Post-Lab Task 1: Dynamic Array Size 1. Your task is to explore how to declare an array of type integer where the size of
Posted: Tue May 24, 2022 8:39 am
Post-Lab Task 1: Dynamic Array Size 1. Your task is to explore how to declare an array of type integer where the size of the array should be user inputs between 1-5 2. Write a program that declares a 2D array dynamically based on user input. It should then initialize all the values of the array to 1. The minimum number of rows/columns should be 1 while the maximum row/columns should be 6.