Monday, June 2, 2008

first assignment of the day

/**
*
* @author dfreer
*/
public class NumberTester {
//Write an if statement to determine if a number is greater than fifty!
//Write the if statement within a public method to be run from a main

//if the number entered is > 50, give the user a message of congrats!!

//main to test it out!

}

No comments: