Answered step by step
Verified Expert Solution
Question
1 Approved Answer
question 8 and 9 In C++ Using your choice of CH, CH, Java, or Pseudocode, write a complete program that declares a 1D array of
question 8 and 9
In C++
Using your choice of CH, CH, Java, or Pseudocode, write a complete program that declares a 1D array of size one million (1000000) named anArray. Using a WHILE loop to traverse the array you must fill the array with numbers input by the user, the PRINT statement should indicate which index is currently being filled (E.B.: "Please enter element for index 0:"). Format B I U Question 9 (25 points) Listen Using your choice of C++, C#, Java, or Pseudocode, write a complete program that traverses a 1D array of size one million (1000000) named anArray. Using a FOR loop to traverse the array you must find the largest value input by the user and print it AFTER the array is fully traversed Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started