- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
Re: 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 | |
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 … | |
Re: Your project probably contains a Properties map, which contains something called resources. | |
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. | |
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 … |
The End.