id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

andersoniii.edwin@cusd80.com week7 > whatIsMyGrade
prev  |  next  |  chance

Write the method whatIsMyGrade. the method will calculate your grade given two decimal value for each quarter and a decimal number representing final exam. The method should return a decimal number (rounded to nearest tenth. We will use the 40-40-20 percent grading system.


whatIsMyGrade(0.79, 0.69, 0.8) → 75.2
whatIsMyGrade(0.88, 0.92, 0.85) → 89.0
whatIsMyGrade(0.63, 0.82, 0.75) → 73.0

...Save, Compile, Run (ctrl-enter)

public double whatIsMyGrade(double f, double s, double e){ }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 110

Copyright Nick Parlante 2017 - privacy