Question: This is have to be done in java Create a package named bounds and create a program that reads from the Keyboard and prompts the
This is have to be done in java

Create a package named bounds and create a program that reads from the Keyboard and prompts the user for 3 numbers starting number, upper bound, step size. Print out the user's input values. Then write out the sequence of numbers: starting_number (starting_number step size) (starting_number+2 step size) Continue printing numbers as long as number upper_bound. Write out no more than 10 numbers per line. For example: starting number-2, upper bound-90 and step size-4 should generate the numbers: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78 82 86
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
