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

Thread: ::: Write a Simple Java Program :::

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

    Post ::: Write a Simple Java Program :::

    Program No: 1

    Write a Java Program to accept 10 students marks in an after,
    1. arrange it into ascending order and
    2. Print the largest mark and convert into the following :
    a) Less and equal to 50 : PASS
    b) Between 50 and 75 : MERIT
    c) 75 and, above : DISTINCTION
    -----------------------------------------------------------------------------------------
    Program No: 2

    Write a Java program that asks the user to enter three numbers, print the sum, difference, 10
    the largest number and the smallest number
    -----------------------------------------------------------------------------------------


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: ::: Write a Simple Java Program :::

    If that is all the effort you are willing to give, just drop the class amigo

  3. #3
    Member
    Join Date
    Jul 2012
    Posts
    69
    My Mood
    Relaxed
    Thanks
    1
    Thanked 6 Times in 6 Posts

    Default Re: ::: Write a Simple Java Program :::

    Im not quite sure if this is a question or?

    also what do you mean by "10" ?
    " difference, 10
    the largest number and the smallest number"

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: ::: Write a Simple Java Program :::

    riyaju, posts like this is indicative that you wish someone to do it for you - in essense, to cheat. Its what we call homework dumps, and it results in threads (such as this one) getting locked.

    If you have an actual question regarding your attempt to solve, then I suggest starting another thread containing a specific question and your code (see the link in my signature entitled getting help).

    Thread locked

Similar Threads

  1. Need to write a public instance method for a simple dice program
    By akira25 in forum Object Oriented Programming
    Replies: 3
    Last Post: April 9th, 2012, 04:46 AM
  2. How do you write a Java program that displays your initials?
    By kala99 in forum Java Theory & Questions
    Replies: 3
    Last Post: November 30th, 2011, 02:12 PM
  3. 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
  4. help me write java program
    By stevisto in forum Member Introductions
    Replies: 1
    Last Post: September 13th, 2011, 03:44 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

Tags for this Thread