Question: Not sure why the white space differs can someone please help me? LAB ACTIVITY 2.15.1: LAB: Divide input integers 0 / 10 LabProgram.java Load default

Not sure why the white space differs can someone please help me?
LAB ACTIVITY 2.15.1: LAB: Divide input integers 0 / 10 LabProgram.java Load default template.. 1 import java.util.Scanner; 2 public class LabProgram 3 4 public static void main(String[] args) { 5 6 Scanner scnr = new Scanner(System.in); 7 int userNum = scnr.nextInt(); 8 int divNum = scnr.nextInt(); 9 for(int i0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
