Programming Assignment 3
Programming Assignment 3
Chapters - 5
Faculty: Likhitha Kanagala
Programming Assignment-3
Name: __ __
Grade: _______
Section-I
Section-II
3. Write a while loop that verifies that the user enters a positive integer value.
(OR)
4. Write a method called floatEquals that accepts three floating point values as parameters. The
method should return true if the first two parameters are equal within the tolerance of the third
Parameter.