User Profile
Collapse
-
Ok thats a good idea, that will shorten the amount of programming I am doing and overall look better. And yes it is for a class, I didn't want someone to tell me what to do, I was just looking a getting a little help on certain parts. Thank you insertAlias -
Ok ty, after working the problem all night I have made some modifications due to the fact that mine was to basic.
I think this is right. so if I am wrong please tell me:
...Code:import java.util.*; public class Project2{ public static void main(String[] args){ Scanner input = new Scanner(System.in); double grade = 0; double sum = 0;Leave a comment:
-
Having a little trouble
Ok, so I was looking at how to display the total number of scores that are inputted, but I have yet to find one. So far I have found the average, high, and low but i can't figure out how to show how many scores are inputted. if you have any suggestions feel free to explain or point me in the right direction.
This is what I have so far:
...Code:import java.util.*; class ScoreGrader{ public static void
No activity results to display
Show More
Leave a comment: