Question: Add two more statements to main ( 0 to test inputs 3 and - 1 . Use print statements similar to the existing one (

Add two more statements to main(0 to test inputs 3 and -1. Use print statements similar to the existing one (don't use assert).
Learn how our autograder works
589209.32215020x33007
import java.util.scanner;
public class UnitTesting {
// Method returns origNum cubed
public static int cubenum(int orignum){
}
return origNum * origNum * orignum;
public static void main (string [] args){
System.out.println("Testing started");
system.out.println("2, expecting 8, got: "+ cubeNum(2));
your solution goes here */
System.out.println("Testing completed");
}
}
 Add two more statements to main(0 to test inputs 3 and

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!