Thanks! Write a Java program called Assignment4.java. The program is to display
ID: 3551128 • Letter: T
Question
Thanks!
Write a Java program called Assignment4.java. The program is to display questions and read user inputs, then calculate and print out the requested data with a proper format. The goal is to develop a program to continuously generate a set of integers in a table format. The user input has two integers and a name of data-type in a single line. The first integer defines the number of row, and the second the number of column for the output table size. The last String is to specify the data type. For example, when the inputs are 3,4, and "numbers", the output is a set of numbers from 1 to 12 in a 3 x 4 table as shown below. This assignment has only one task, but the development process is decomposed into several steps. Follow the instruction one by one. Don't go to the next step if your program does not return the proper output in a step. The first step is to develop a loop to read user inputs continuously. Create a loop block in the main function. Make a statement to print out the question below. Set the size of table and data-type (Type Q' or 'q' to quit): Declare a String variable to read and store the user input in the block. If the input is a single letter 'Q' or 'q1, then the program terminates. Otherwise, the program asks the question and prints out the user input continuously. Test your program in your development environment. If it works, submit the Assginment5.java to the online submission site. You are allowed to submit same files any times. The system keeps only the last submitted file though. Check whether your code returns the correct answer like below. If no problem, go to the next step.Explanation / Answer
Get Working code from Here : Drop Box Link
https://www.dropbox.com/s/fou3onkoo8nkrlg/Assignment4.java
leave comment for any query.
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.