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

Thread: Need a java program with GUI

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

    Default Program assignment

    You are to write a polling program, that allows users to select issues, rated from 1 (least important) to 10 (most important). Pick 5 causes that are important to you (e.g. climate change, keystone oil drilling, abortion, NSA eavesdropping). Use arrays, one dimensional or two dimensional to store your findings. Provide the following results:

    a) A tabular report with five topics down the left side and the 10 ratings across the top, listing in each column the number of ratings received for each topic.

    b) To the right of each row, show the average of the ratings for the issue.

    c) Which issue received the highest point total. Display both the issue and the point total.

    d) Which issue received the lowest point total. Display both the issue and the point total.

    A GUI is not required, but strongly recommended. Here are sample of other topics that you may find of interest:

    a) Lower drinking age, same-sex marriage, politics (Dems, GOPs), gun laws, increase minimum wages, allow drug usage for medical reasons, stop killing the whales, allow wolves in North America, change emigration laws

    You are to write a polling program, , that allows users to select issues, rated from 1 (least important) to 10 (most important). Pick 5 causes that are important to you (e.g. climate change, keystone oil drilling, abortion, NSA eavesdropping). Use arrays, one dimensional or two dimensional to store your findings. Provide the following results:

    a) A tabular report with five topics down the left side and the 10 ratings across the top, listing in each column the number of ratings received for each topic.

    b) To the right of each row, show the average of the ratings for the issue.

    c) Which issue received the highest point total. Display both the issue and the point total.

    d) Which issue received the lowest point total. Display both the issue and the point total.

    A GUI is not required, but strongly recommended. Here are sample of other topics that you may find of interest:

    a) Lower drinking age, same-sex marriage, politics (Dems, GOPs), gun laws, increase minimum wages, allow drug usage for medical reasons, stop killing the whales, allow wolves in North America, change emigration laws


    please help me out

    You are to write a polling program, , that allows users to select issues, rated from 1 (least important) to 10 (most important). Pick 5 causes that are important to you (e.g. climate change, keystone oil drilling, abortion, NSA eavesdropping). Use arrays, one dimensional or two dimensional to store your findings. Provide the following results:

    a) A tabular report with five topics down the left side and the 10 ratings across the top, listing in each column the number of ratings received for each topic.

    b) To the right of each row, show the average of the ratings for the issue.

    c) Which issue received the highest point total. Display both the issue and the point total.

    d) Which issue received the lowest point total. Display both the issue and the point total.

    A GUI is not required, but strongly recommended. Here are sample of other topics that you may find of interest:

    a) Lower drinking age, same-sex marriage, politics (Dems, GOPs), gun laws, increase minimum wages, allow drug usage for medical reasons, stop killing the whales, allow wolves in North America, change emigration laws
    Last edited by Norm; October 19th, 2013 at 03:58 PM. Reason: Duplicate posts


  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: Need a java program with GUI

    This isn't a code writing service. We'll help you fix or make your code better, but we won't write the code for you.

  3. #3
    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: Need a java program with GUI

    Don't post duplicate topics. It doesn't help. We won't do the work for you.

Similar Threads

  1. Replies: 2
    Last Post: January 18th, 2013, 11:12 AM
  2. Java - Crypto ISBN number verification, GUI program
    By djl1990 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: October 13th, 2011, 11:22 AM
  3. Java GUi program Execution
    By Rajan in forum AWT / Java Swing
    Replies: 2
    Last Post: April 19th, 2010, 08:48 PM
  4. Replies: 3
    Last Post: February 1st, 2010, 12:24 AM
  5. How do you add GUI to this java program?
    By leyla in forum AWT / Java Swing
    Replies: 1
    Last Post: October 18th, 2009, 01:32 PM