Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java https://gyazo.com/8f7f98a7a10d8c3070ca74895c6a1e1f CHALLENGE ACTIVITY 8.2.1: Unit testing Add two more statements to main) to test inputs 3 and -1. Use print statements similar to the
Java
https://gyazo.com/8f7f98a7a10d8c3070ca74895c6a1e1f
CHALLENGE ACTIVITY 8.2.1: Unit testing Add two more statements to main) to test inputs 3 and -1. Use print statements similar to the existing one (don't use assert) 1 import java.util.Scanner 1 test passed 3 public class UnitTesting { 4// Function returns origNum cubed 5 public static int cubeNum (int origNum) { 6 All tests return origNum origNumorigNum; passed public static void main (String [] args) { 9 10 System.out.println("Testing started") 12 13 14 15 16 System.out.println("2, expecting 8, got: " cubeNum(2)); /*Your solution goes here System.out.println("Testing completed"); return; 18 19 20 RunStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started