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

Thread: Homework Help With Simple Java Programming

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Homework Help With Simple Java Programming

    Hey guys, this is my first post into this forum so I hope I'm making it in the right section.

    I'm in an introductory computer science program where we are just writing in pseudocode which I'm quite good at. The other day I was sick and missed class where our professor went over some Java programming and assigned it as extra credit. I would really like to have a solid A in this class going into the exam so my professor said I could look for some help online with writing this Java code. If someone could explain to me how to write this, it would be super helpful to me, it's worth a lot of points!!

    Create, compile and test a Java program with the following characteristics:
    • A variable for your first name
    • A variable for your last name
    • Initalize the first name variable with your first name
    • Do not initialize the last name variable.
    • Assign your last name to the last name variable
    • Display the first name using the first name variable
    • Display two blank lines
    • Display the last name using the last name variable

    If typing over Skype would be easier just say so and I will message you my Skype.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Homework Help With Simple Java Programming

    What trouble are you having following those instructions? What's your question?

  3. #3
    Junior Member
    Join Date
    Dec 2013
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Homework Help With Simple Java Programming

    I missed the class and have absolutely no idea how to do it.

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Homework Help With Simple Java Programming

    Can't you start with pseudocode that you're pretty good at and go from there? How can someone help you with "absolutely no idea how to do it" when we can't write it for you?

  5. #5
    Junior Member
    Join Date
    Dec 2013
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Homework Help With Simple Java Programming

    I mean I was hoping someone would be up for teaching me. I would understand if nobody wanted to though.

Similar Threads

  1. JAVA PROGRAMMING HOMEWORK HELP!
    By crxxriot in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 23rd, 2013, 02:36 PM
  2. Java Programming Homework Help!!
    By sonicsoccer in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 20th, 2013, 02:57 AM
  3. [SOLVED] Simple programming help
    By quantamphysics in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 1st, 2013, 04:42 AM
  4. Simple Java Homework : Due Wendsday Afternoon PLZ HELP!
    By chatok90 in forum What's Wrong With My Code?
    Replies: 9
    Last Post: November 30th, 2011, 05:58 PM
  5. help with homework - simple arrays
    By sensoryctascale in forum Java Theory & Questions
    Replies: 3
    Last Post: April 5th, 2011, 01:39 AM