Question: Here is the runner that will be compiled. Nothing needs to be typed in here. I need to know what to type where it says
import java.util.Scanner; import static java.lang.System.*; import static java.lang.Math.; public class MPHRunner public static void main( Stringl args) Scanner keyboard new Scanner (in); out.print ("Enter the distance int dist keyboard.nextInt) out.print("Enter the hours)i int hrs keyboard.nextInt()i out.print ( "Enter the minutes :: int mins keyboard.nextInt() MilesPerHour test new MilesPerHour (dist, hrs, mins)i test.calcMPH) test.print)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
