Problem : Write a program to find out the highest & lowest number from a series of given numbers.
Sample Input :   12   44   56   67   78
Sample Output : Highest Number is 78
                            Lowest Number is 12
Solution : Click download to get the free source code.



No comments:
Post a Comment