1. Find Three Largest Numbers from an Unsorted
Array ,using single for loop,without sorting.? i/p: Array
[10,18,73,2,84,9,20,66,22] o/p:first:84, second:73, third:66 Answer
3. Change the given as UpperCase to
LowerCase& LowerCase to UpperCase i/p: "LaXmAn"
o/p:"lAxMaN" Answer
13. Find whether given number is Armstrong Number
or not?
No comments:
Post a Comment