akosiraff

Download: Smallest Integer C

Jan 30th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/smallest-integer-c/
  3. Write a program that finds the smallest of several integers. Assume that the first value read specifies the number of values remaining.
  4. Example:
  5. How many integers do you have? 3
  6. Please input 3 integers: 34 2 80
  7. The smallest of the 3 integers is: 2
  8. Download: http://solutionzip.com/downloads/smallest-integer-c/
Add Comment
Please, Sign In to add comment