KingPin's Forum
 
K.P.s.N. Register vbBux / KPs Mall Bugs Blogs FAQ Search Today's Posts Mark Forums Read Donate
Go Back   KingPin's Forum > KP's Network Forum > RSS News
Reload this Page arrays in java, 1 week on and still stuck?
 


RSS News This is a discussion on arrays in java, 1 week on and still stuck? in the RSS News;
Description: I have to Write a program which takes a series of 10 grades that students have gained for a coursework ...

Reply
 
LinkBack Thread Tools
arrays in java, 1 week on and still stuck?
(#1 (permalink))
Old
nick2price2003 is Offline
Private
Points: 196, Level: 2 Points: 196, Level: 2 Points: 196, Level: 2
Activity: 0% Activity: 0% Activity: 0%
nick2price2003 is an unknown quantity at this point
 
 
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
arrays in java, 1 week on and still stuck? - December 13th, 2007

I have to Write a program which takes a series of 10 grades that students have gained for a coursework exercise (characters taken from A, B, C, D, E or F), typed in by the user. It should keep a count of how many of each grade the students achieved. These counts should be stored in an array of size 6, with cell 0 of the array holding the total number of As, cell 1 holding the total number of Bs, cell 2 holding the number of Cs etc.

I can do all the arrays and everything but sorting is a problem, If you look at the code you will see where i am stuck.

import javax.swing.JOptionPane;

public class Unit10Dem2
{
public static void main(String[] args)

{
String[]grades=new String[6];
String input;

int count=1;
for (count=1; count<=10; count++)
{

input=JOptionPane.showInputDialog("Please enter a students grade");
if (input=="a")
{
grades[0]=new String("a");
}
System.out.println(grades[count]);
}
}
}

Any advice please?

 
Reply With Quote
Revenue Shared Ads
Revenue Shared Ads
Reply

Bookmarks

Tags
arrays, java, stuck, week

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Rupees Per Thread View: 1.00
Rupees Per Thread: 15.00
Rupees Per Post: 5.00
Forum Jump



These are the 100 most searched terms
Search Cloud
_backup.rc antrix wow autocad 2007 keygen best google gadgets best wow character bt map devil may cry 4 crack donkey kong 64 rom erika bella fuckteam fuckteam 5 georgina lempin gigistar gigistar topless kpsden kpsforum left 4 dead comic left 4 dead comics leveling enchanting mangos item id mangos linux mangos server mangos spell id mangos wotlk mature creampie milena velba milena velba forum no rest for the ass object id wow phoenix marie questions to ask people this is sparta vipersdenforums voyage century bot windows activation workaround windows xp lite wotlk alpha private server wotlk private server wotlk server wotlk wiki wow leatherworking guide wow mount locations wow object id wow object id list wow object id's wow object ids wow objects id www.adobeflashplayer.com www.kpsforum.com xbox 360 mmorpg ... powered by Simple Search Cloud
Powered by vBulletin® Version 3.8.0 Release Candidate 1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright 2004-2009 KPsN


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83