benjie
2008-07-01 07:44:27 UTC
Write a program that will accept 5 numbers and will determine/print the lowest number USING do while or while "LOOPING"
Program simulation:
Program should accept a number 5 times
It should determine the lowest then store it then show the output.
Example.
Enter a number : 5
Enter a number : 20
Enter a number : 52
Enter a number : 3
Enter a number : 16
The lowest number is : 3
Use only c language not c++
simple program that kept me thinking
hope someone helps