Question: 3. Test Cases (1 pt) List 3 additional test cases that will help determine if the code is performing correctly. You do not have to

 3. Test Cases (1 pt) List 3 additional test cases thatwill help determine if the code is performing correctly. You do not

3. Test Cases (1 pt) List 3 additional test cases that will help determine if the code is performing correctly. You do not have to run the test cases. Follow this example - give each case a number and then describe the inputs and expected output(s): Case 1: Input: User enters 5 gallons User selects Fuel Grade 1 Expected Output: Total cost $10.00 API (1 pt) Below is a snapshot of the Math class from the Java API. Circle the method that finds the larger of the cost1 and cost2. double costi = 9.70: double cost2 - 20.80 Secure decade.com/wa/lang/Wahl OVERVIEW MODULE PACKAGE CLASS USE TREE DEPRECATED INDEX HELP Java SE 9 & JDK 9 PREV CLASS NEXT CLASS FRAMES NO FRAMES ALL CLASSES SEARCH Search SUMMARY: NESTED FIELD CONSTR | METHOD DETAIL: FIELD CONSTR | METHOD static double Log(double a) Returns the natural logarithm (base e) of a double value. static double Log10 (double a) Returns the base 10 logarithm of a double value. static double LogIp(double x) Returns the natural logarithm of the sum of the argument and 1. static double max (double a. Returns the greater of two double values. double b) static float max(float a Returns the greater of two float values. float b) static int max(int a, int b) Returns the greater of two int values. static long max (long a, Returns the greater of two long values long b) static double min(double a Returns the smaller of two double values. double b)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!