The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Jul 2017 |
| Last Sign in: | 305 Weeks Ago, 1 Day Ago |
| Questions Answered: | 15833 |
| Tutorials Posted: | 15827 |
MBA,PHD, Juris Doctor
Strayer,Devery,Harvard University
Mar-1995 - Mar-2002
Manager Planning
WalMart
Mar-2001 - Feb-2009
Hello,
Â
So I need some help on the below assignment that I submitted. I was told that I didn't follow the naming convention, any help would be much appreciated.
Â
Â
Â
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package StudentGrade;
Â
/**
 *
 * @author GodZilla
 */
public class StudentGrade {
  public static void main(String[] args)Â
  {
    for(int i=0;i<5;i++)
    {
      int grade = (int)(Math.random() * 50) + 50;
      System.out.println("Student grade is "+grade+" which is "+getGrade(grade)+".");
    }
  }
  Â
  public static char getGrade(int integer) {
    if(integer>=90)
    {
      return 'A';
    }
    else if(integer>=80)
    {
      return 'B';
    }
    else if(integer>=70)
    {
      return 'C';
    }
    else if(integer>=60)
    {
      return 'D';
    }
    else
    {
      return 'F';
    }
  }
}
----------- He-----------llo----------- Si-----------r/M-----------ada-----------m -----------Tha-----------nk -----------you----------- fo-----------r y-----------our----------- in-----------ter-----------est----------- an-----------d b-----------uyi-----------ng -----------my -----------pos-----------ted----------- so-----------lut-----------ion-----------. P-----------lea-----------se -----------pin-----------g m-----------e o-----------n c-----------hat----------- I -----------am -----------onl-----------ine----------- or----------- in-----------box----------- me----------- a -----------mes-----------sag-----------e I----------- wi-----------ll -----------be -----------qui-----------ckl-----------y