Impetus Technologies Interview Question

write a program to find maximum number from the given text input- ri4hdjh5bbd3hdb1

Interview Answers

Anonymous

Feb 4, 2021

5

8

Anonymous

Jul 12, 2021

String str = new String("ri4hdjh5bbd3hdb1"); String out=""; int max = 0; for(int i=0;i=0&&a<=9) { if (max

2