Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 371 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 371 Bytes

##positiveIntegers

This challeneg is to Write a program that repeatedly asks for positive integers until the user enters a negative integer. When this happens, the program should print the smallest and the largest of the entered numbers, the sum of all numbers and the average of all numbers The program then proceed such that the user can continue or exit the program.