Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for vishal1949

You could always use an Iterator to add them up and get the average [CODE]float Steveavg = 0; ListIterator<Integer> it = SteveScore.listIterator(SteveScore.size()); while (it.hasPrevious()) { float sum = it.previous(); Steveavg += sum/SteveScore.size(); } [/CODE] For the rest you could just change the name

Member Avatar for singh_soorma94
1
1K
Member Avatar for singh_soorma94

Hi, I made this thread for our groups assignment. We are suppose to get 3 program codes, at least 250 lines each, from anyone that created one. As soon as we retrieve them, we are supposed to evaluate them and find out what type of things they used and how …

Member Avatar for sirlink99
0
160
Member Avatar for gogs85
Member Avatar for Panathinaikos22

Your project probably contains a Properties map, which contains something called resources.

Member Avatar for singh_soorma94
0
168
Member Avatar for singh_soorma94

I making a program. I know most of it just need help with the number generator. I want it to occur the number of times inputted.

Member Avatar for skatamatic
0
152
Member Avatar for singh_soorma94

I was making a windows form project. in the project the user inputs the number of dice rolls he wants(2 dice will be rolled) and then i am suppose to give the number of times each number happened and the percent of times each number happened. The only problem is …

Member Avatar for singh_soorma94
0
305

The End.