Assignment No. 5

Loops

Sum of Numbers

 

Complete Programming Challenge 1 on page 347 of Gaddis. 

·         Do not assume that the user will enter valid numeric input. You should protect your program against non-numeric input, perhaps using the intrinsic IsNumeric function.

·         Name your application SumOfNumbers

·         Visual Studio will create several files in a folder.  Place the folder, with all files, in your submittal folder.