Description: |
Write a program to find top two maximum numbers in the given array. You should not use any sorting functions. You should iterate the array only once. You should not use any kind of collections in java. |
Code: | ||
|
Output: |
First Max Number: 99 Second Max Number: 78 |
No comments:
Post a Comment