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

 

andersoniii.edwin@cusd80.com > whatDoINeed
prev  |  next  |  chance

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


whatDoINeed(0.94, 0.94, 90.0) → 74.0
whatDoINeed(0.99, 0.92, 80.0) → 18.0
whatDoINeed(0.79, 0.69, 60.0) → 4.0

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

public double whatDoINeed(double f, double s, double g){ }

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: 100

Copyright Nick Parlante 2017 - privacy