So I'm a complete noob at programming. Help please!!
http://img407.imageshack.us/img407/7...9308973522.jpg
// The "Ok" class.
import java.awt.*;
import hsa.Console;
public class Ok
{
static Console c; // The output console
public static void main (String[] args)
{
c = new Console ();
String num;
c.println ("Enter a three digit number whose first digit is greater than its last:");
num = c.readLine();
// Place your program here. 'c' is the output console
} // main method
} // Ok class
We use the Ready To Program Java to program the shit. Its completely elementary programming and I'm a noob. We use the HSA template if anyone knows what that means >.<