Answered step by step
Verified Expert Solution
Link Copied!

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
image text in transcribed
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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Using Entity Relationship Diagrams

Authors: Sikha Saha Bagui, Richard Walsh Earp

3rd Edition

103201718X, 978-1032017181

More Books

Students also viewed these Databases questions