Answered step by step
Verified Expert Solution
Question
1 Approved Answer
import java.util.Scanner; public class TwoNumbers { public static void main ( String [ ] args ) { Scanner in = new Scanner ( System .
import java.util.Scanner;
public class TwoNumbers
public static void mainString args
Scanner in new ScannerSystemin;
int a;
int b;
HINT: Choose an appropriate loop and a loop condition
Your code goes here
System.out.println
"Enter two positive integers, the first smaller than the second.";
a innextInt;
System.out.printlnFirst: a;
b innextInt;
System.out.printlnSecond: b;
Your code goes here
This line should only be printed when the input is correct
System.out.printlnYou entered a and b;
Step 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