Question: JAVA*** Write a program that fills with random numbers from 1 to 1000 a table 10x10 with values of type double. a) Then the program
JAVA***
Write a program that fills with random numbers from 1 to 1000 a table 10x10 with values of type double.
a) Then the program should print one diagonal (upper-left to bottom-right) of the table and all numbers in row 2 and 4. In addition, it should print all numbers of the table which are multiple of 5.
b) Then the program should print one diagonal (upper-right to bottom-left) of the table and all numbers in row 2 and 4. In addition, it should print all numbers of the table which are multiple of 5.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
