Write a C++ program called q2.cpp. (with comments) The program inputs creates a 2D array of size 10x10, and populates it
Posted: Tue Jul 05, 2022 10:19 am
Write a C++ program called q2.cpp. (with comments)
The program inputs creates a 2D array of size 10x10, andpopulates its contents by any random numbers in [0,20]. The programwill then print out if all the elements in the minor diagonal arehave the same value or not.
The program inputs creates a 2D array of size 10x10, andpopulates its contents by any random numbers in [0,20]. The programwill then print out if all the elements in the minor diagonal arehave the same value or not.