Question: Write a program that performs the following: Defines and declare a two-dimensional (2D) array A[2][6] of type integer. Generates 12 random integers between 0
Write a program that performs the following: Defines and declare a two-dimensional (2D) array A[2][6] of type integer. Generates 12 random integers between 0 and 100 inclusive for the elements of A. Calculates and print on the screen the lowest value. Prompts the user to enter an integer X between 50 and 100 Replaces in A, all occurrences of the lowest value by X.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
