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
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