User Profile

Collapse

Profile Sidebar

Collapse
Rosicky2010
Rosicky2010
Last Activity: May 7 '10, 12:50 AM
Joined: Feb 18 '10
Location: Stillwater, OK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rosicky2010
    replied to Having a little trouble
    in Java
    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
    See more | Go to post

    Leave a comment:


  • Rosicky2010
    replied to Having a little trouble
    in Java
    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;
    ...
    See more | Go to post

    Leave a comment:


  • Rosicky2010
    started a topic Having a little trouble
    in Java

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...