Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Download: http://solutionzip.com/downloads/smallest-integer-c/
- Write a program that finds the smallest of several integers. Assume that the first value read specifies the number of values remaining.
- Example:
- How many integers do you have? 3
- Please input 3 integers: 34 2 80
- The smallest of the 3 integers is: 2
- Download: http://solutionzip.com/downloads/smallest-integer-c/
Add Comment
Please, Sign In to add comment