Question: 8 . Write a program, in JustBASIC, that will prompt the user for the number of items ( numbers ) to be entered. Declare and
Write a program, in JustBASIC, that will prompt the user for the number of items numbers to be entered. Declare and initialize the array. Get input from the user then print the array. You will use the variable name ArraySize for the size of the array and you will name the array NumArray.
Write a program, in JustBASIC, that will prompt the user for the number of strings to be entered and stored into an array named FirstArray. Load or fill the array by prompting the user for input for each element. Copy the contents of FirstArray into a second array named SecondArray. Output both arrays but do it one array at a time.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
