Write a program that inputs data into a table and displays it on the screen in tabular form.
Write a program that inputs data into a table and displays on the screen in tabular form. So let’s Write Code: Let’s build logic First: Algorithm for code: Step 1: Start Step 2: Declare an 2D (two Dimension) array and variables r, c. Step 3: Initialize r = 0; Step 4: Set Condition for Rows…