Question: LANGUAGE IS JAVA Write a program that asks the user for 2 numbers and prints all numbers in between. Input: numFirst Input: numLast Output: numFirst
LANGUAGE IS JAVA
Write a program that asks the user for 2 numbers and prints all numbers in between.
Input: numFirst
Input: numLast
Output: numFirst numFirst+1 numFirst+2... numLast (if numFirst < numLast)
numFirst numFirst-1 numFirst-2... numLast (if numFirst > numLast)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
