Page 1 of 1

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
by answerhappygod
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 1
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 1 (36.81 KiB) Viewed 18 times
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.