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: Please help me write two very simple programs

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

    Default Please help me write two very simple programs

    I don't even know where to start with these. Can someone please write code and explain to me how it works and what each part of the program does? Thank you very much.

    #1

    I have to write a program that will ask student for his/her first name, then for his/her last name. It will then greet students with Welcome to Our School and his full name. It would then ask student if he/she would like to answer more questions. If a student says no the program will print Goodbye.

    If student says yes, the problem will ask student to enter which year of study he/she is in. If student types "first" - the program would assign text "Freshman" to the corresponding variable; If student types "second" - the program would assign text "Sophomore" to the corresponding variable; "third" - the program would assign text " Junior" to the corresponding variable; "fourth" - the program would assign text " Senior" to the corresponding variable. It will then print full student name with a dash corresponding title.

    #2

    This program will ask user to enter several numbers and will stop once user enters 0. Then it will find the highest and a lowest numbers and will display them to the user


  2. #2
    Junior Member
    Join Date
    Mar 2012
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Please help me write two very simple programs

    If you want me to explain and write those programs for you, please add my email and we'll go on Teamviewer in which I can explain each line to you while writing it. For my email, PM me.

Similar Threads

  1. How to write a simple automated reservation JAVA application
    By thekongss in forum Java Theory & Questions
    Replies: 3
    Last Post: November 30th, 2011, 12:31 AM
  2. How to Write a simple XMPP (Jabber) client using the Smack API
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 31
    Last Post: June 13th, 2011, 01:42 PM
  3. Want to write good programs
    By dak2007 in forum Member Introductions
    Replies: 2
    Last Post: April 22nd, 2010, 04:21 PM
  4. Replies: 0
    Last Post: December 12th, 2009, 10:09 PM
  5. Someone please help me write a simple program!!!
    By ocean123 in forum Loops & Control Statements
    Replies: 3
    Last Post: June 14th, 2009, 09:46 PM