Question: 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
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 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
