In C++, Supposing I have a variable called index and it holds an array of numbers 1-10. Every time a user inputs a value e.g 1 then index 1 shows a value of 1 and a value of 0 for the rest of the indexes. If the input is 2 then index 1&2 both will have a value of 1 and the rest of the indexes will have a value of 0. However. If a user inputs 11 then index 1 will have a value of 2 and the rest will have 1 If the user input is 15 then index 1-5 will have a value of 2 and the rest will have a value of 1.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 8RQ
icon
Related questions
Question
In C++, Supposing I have a variable called index and it holds an array of numbers 1-10. Every time a user inputs a value e.g 1 then index 1 shows a value of 1 and a value of 0 for the rest of the indexes. If the input is 2 then index 1&2 both will have a value of 1 and the rest of the indexes will have a value of 0. However. If a user inputs 11 then index 1 will have a value of 2 and the rest will have 1 If the user input is 15 then index 1-5 will have a value of 2 and the rest will have a value of 1.
Expert Solution
steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Knowledge Booster
Passing Array as Argument
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