Menu

(Solved) : Ghp 1 Due 1 31 Adapted Page 43 Problem 4 Write Program 1 Creates Static Matrix Integers La Q43971020 . . .

Note – Please write in C++
GHP #1 (due 1/31) Adapted from Page 43, Problem #4. Write a program that (1) creates a static matrix of integers (no larger t

GHP #1 (due 1/31) Adapted from Page 43, Problem #4. Write a program that (1) creates a static matrix of integers (no larger than 3 x 3), (2) fills the matrix by (a) asking the user to enter them, or (b) hardwires values into the matrix, or (c) uses a random number generator, (3) displays the matrix, (4) queries the user for a value and searches the matrix reporting whether or not the target value is found (but not reporting where the value was found). Break should be avoided, and the value of a loop control variable in a for loop should not be altered outside the for statement. Show transcribed image text GHP #1 (due 1/31) Adapted from Page 43, Problem #4. Write a program that (1) creates a static matrix of integers (no larger than 3 x 3), (2) fills the matrix by (a) asking the user to enter them, or (b) hardwires values into the matrix, or (c) uses a random number generator, (3) displays the matrix, (4) queries the user for a value and searches the matrix reporting whether or not the target value is found (but not reporting where the value was found). Break should be avoided, and the value of a loop control variable in a for loop should not be altered outside the for statement.

Expert Answer


Answer to GHP #1 (due 1/31) Adapted from Page 43, Problem #4. Write a program that (1) creates a static matrix of integers (no lar…

OR