Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Ready To Program Helpp!!!!!!!

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ready To Program Helpp!!!!!!!

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


  2. #2
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: Ready To Program Helpp!!!!!!!

    It helps immensely for you to post an actual question.

Similar Threads

  1. helpp MEEE!!
    By yug in forum Android Development
    Replies: 2
    Last Post: August 30th, 2012, 02:13 PM
  2. got all .java files ready. how to make them into jar?
    By sibbe in forum Java Theory & Questions
    Replies: 22
    Last Post: December 6th, 2010, 07:09 PM
  3. Replies: 0
    Last Post: June 18th, 2010, 07:18 AM
  4. Getting ready for an interview
    By Charlie in forum The Cafe
    Replies: 5
    Last Post: June 4th, 2010, 07:25 PM
  5. Object Oriented Programming request please helpp...
    By dini-x in forum Object Oriented Programming
    Replies: 3
    Last Post: April 1st, 2010, 12:57 AM