(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:19 am
Example Runs Enter 16 numbers: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1+2 3+ 4-5 + 6-7 + 8-9 + 10 11 + 12 13 14 15 + 16 = 10 Enter 16 numbers: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 a Invalid input detected.