Re: Error Testing

2013-10-19 Thread Scott Novinger
On Saturday, October 19, 2013 8:37:01 AM UTC-4, Mark Lawrence wrote: > On 19/10/2013 13:23, Scott Novinger wrote: > > > Hello. > > > > > > I've written a program for my kids to calculate arc length. I want to > > include some error testing for val

Error Testing

2013-10-19 Thread Scott Novinger
Hello. I've written a program for my kids to calculate arc length. I want to include some error testing for value types entered that are something other than integer values. My goal is to make sure that the value entered for the radius is an integer value. How could I rewrite this code to ma