Question: Add two more statements to main0 to test inputs 3 and-1.Use print statements similar to the existing one (don't use assert) 1 import java.util.Scanner; 3

 Add two more statements to main0 to test inputs 3 and-1.Use

Add two more statements to main0 to test inputs 3 and-1.Use print statements similar to the existing one (don't use assert) 1 import java.util.Scanner; 3 public class UnitTesting f 5 public int cubeNum(int origNum) 1 test // Method returns origNum cubed return origNum origNum origNum; All tests 9 public static void main (String [ args) UnitTesting cubeTester = new UnitTest!ng(); System.out.printin("Testing started"); 12 13 14. 15 16 17 18 19 System.out.println("2, expecting 8, got: "+ cubeTester.cubeNum (2)) Your solution goes here System.out.printin(Testing completed")

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!