(20%) Problem 4 Create a program that implements that alternates adding and subtracting numbers in a 2D array, starting
Posted: Tue Jul 12, 2022 8:20 am
(20%) Problem 4 Create a program that implements that alternates adding and subtracting numbers in a 2D array, starting with addition. The program should accept 16 values that are placed in a 4 x 4 array. Requirements • Create a 2D int array of size 4 x 4. . Read all integers from a user. • If an invalid input is given, warn the user and exit the program gracefully (do not use exit()). • Show the full equation and result.