re the program to test the class myArray.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter3: Using Gui Objects And The Visual Studio Ide
Section: Chapter Questions
Problem 1DE: Each of the following projects in the Chapter.03 folder of your downloadable student files has...
icon
Related questions
Question

Here the program to test the class myArray.

 

 

You will not complete this assignment in Mindtap. This assignment will be completed in Visual Studio and submitted to the associated Assignment Folder. To
complete your assignment, ZIP and submit the entire project folder with ".sin project file inside.
1. Download the supplied code. Do not change anything in the supplied code which is the Ch13_Ex11_MainProgram.cpp (except to add
documentation and your name). Please use the file names listed below since your file will have the same components in the supplied code.
2. Recall that in C++, there is no check on an array index out of bounds. However, during program execution, an array index out of bounds can cause
serious problems. Also, in C++, the array index starts at 0.
3. Design and implement the class myArray that solves the array index out of bounds problem and also allows the user to begin the array index starting
at any integer, positive or negative.
• Every object of type myArray is an array of type int. During execution, when accessing an array component, if the index is out of bounds, the
program must terminate with an appropriate error message. Consider the following statements:
myArray list(5);
//Line 1 myArray
myList(2, 13);
//Line 2
myArray yourList(-5, 9);
//Line 3
The statement in Line 1 declares list to be an array of 5 components, the component type is int, and the components are:list[0], list[1], ...,
list[4]; The statement in Line 2 declares myList to be an array of 11 components, the component type is int, and the components are: myList[2],
myList[3], ..., myList[12];
The statement in Line 3 declares yourList to be an array of 14 components, the component type is int, and the components are: yourList[-5],
yourList[-4], ..., yourList[0], ..., yourList[8].
listi: 88000
Enter 5 integers: 9
C
After filling listi: 9 8 756
list2: 9 8 256
Enter 3 elements: 1
T
list3:80808800
list3: 7 9 54 0 15 0
Press any key to continue
First three elements of listi: 1 2 3
Transcribed Image Text:You will not complete this assignment in Mindtap. This assignment will be completed in Visual Studio and submitted to the associated Assignment Folder. To complete your assignment, ZIP and submit the entire project folder with ".sin project file inside. 1. Download the supplied code. Do not change anything in the supplied code which is the Ch13_Ex11_MainProgram.cpp (except to add documentation and your name). Please use the file names listed below since your file will have the same components in the supplied code. 2. Recall that in C++, there is no check on an array index out of bounds. However, during program execution, an array index out of bounds can cause serious problems. Also, in C++, the array index starts at 0. 3. Design and implement the class myArray that solves the array index out of bounds problem and also allows the user to begin the array index starting at any integer, positive or negative. • Every object of type myArray is an array of type int. During execution, when accessing an array component, if the index is out of bounds, the program must terminate with an appropriate error message. Consider the following statements: myArray list(5); //Line 1 myArray myList(2, 13); //Line 2 myArray yourList(-5, 9); //Line 3 The statement in Line 1 declares list to be an array of 5 components, the component type is int, and the components are:list[0], list[1], ..., list[4]; The statement in Line 2 declares myList to be an array of 11 components, the component type is int, and the components are: myList[2], myList[3], ..., myList[12]; The statement in Line 3 declares yourList to be an array of 14 components, the component type is int, and the components are: yourList[-5], yourList[-4], ..., yourList[0], ..., yourList[8]. listi: 88000 Enter 5 integers: 9 C After filling listi: 9 8 756 list2: 9 8 256 Enter 3 elements: 1 T list3:80808800 list3: 7 9 54 0 15 0 Press any key to continue First three elements of listi: 1 2 3
Expert Solution
steps

Step by step

Solved in 3 steps with 5 images

Blurred answer
Knowledge Booster
Function Calling
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L