Question: please code in java and dont use very advanced coding.. refer the images provided for scope and input output a student enrolled in the introductory
please code in java and dont use very advanced coding.. refer the images provided for scope and input output
a student enrolled in the introductory computer science course at UNO and you just can't wait to see what your grade is, so you decide to calculate it on your own. The problem is that your final grade is determined as a weighted average between three different grade types: Test average, Lab average, Homework average. Facts: Test average is worth 40% of final grade Lab average is worth 10% of final grade Homework average is worth 50% of final grade Input Your solution must take in three numerical inputs (floating point) with a range from 0.0 to any positive number. The first input represents the tests average. The second input represents the homework average. The third input represents the lab average. Output The output should display the student's final average as a numerical score (floating point).
P1 Solutions limited in scope to
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
