Your code inside the function accepts two values from the user. The first value N is an integer number of elements to work on from the array, and the second is a number that represents the operation that should be performed on the array. • If the number N is larger than the array size or negative, the code should output "Incorrect Range" • If the operation number is invalid, the code should output "Invalid Operation". • If the operation number is 0: you are required to count the number of digit characters in the array and print the count on the screen. • If the operation number is 1: You are required to read each value from the array, update the value according to the Rule below and store the updated vaulue in the corresponding location inside the array updated. -Rule: if the content of the array location is a digit character then you should update its value with the value of the

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

please i need the code now

4G
A zain JO
Your code inside the function accepts two
values from the user. The first value N is an
integer number of elements to work on from
the array, and the second is a number that
represents the operation that should be
performed on the array.
• If the number N is larger than the array
size or negative, the code should output
"Incorrect Range"
• If the operation number is invalid, the
code should output "Invalid
Operation".
• If the operation number is 0: you are
required to count the number of digit
characters in the array and print the
count on the screen.
• If the operation number is 1: You are
required to read each value from the
array, update the value according to the
Rule below and store the updated
vaulue in the corresponding location
inside the array updated.
-Rule: if the content of the array location
is a digit character then you should
update its value with the value of the
Transcribed Image Text:4G A zain JO Your code inside the function accepts two values from the user. The first value N is an integer number of elements to work on from the array, and the second is a number that represents the operation that should be performed on the array. • If the number N is larger than the array size or negative, the code should output "Incorrect Range" • If the operation number is invalid, the code should output "Invalid Operation". • If the operation number is 0: you are required to count the number of digit characters in the array and print the count on the screen. • If the operation number is 1: You are required to read each value from the array, update the value according to the Rule below and store the updated vaulue in the corresponding location inside the array updated. -Rule: if the content of the array location is a digit character then you should update its value with the value of the
4G
A zain JO
inside the array updated.
-Rule: if the content of the array location
is a digit character then you should
update its value with the value of the
original digit minus 2(i.e 6 becomes 2)
and leave the value unchanged if its
value is less than 2 ( i.e 0, 1 stay the
same).
1
void quizFunction (const
char array [], int
totallength, char
updated [])
2
{
3
int N;
4
int operation;
//Valid operation number
is either 0 or 1
cin>>N>>operation;
6.
7
// Your code starts
here
8
9.
// Your code ends
here
10
}
|l>
Transcribed Image Text:4G A zain JO inside the array updated. -Rule: if the content of the array location is a digit character then you should update its value with the value of the original digit minus 2(i.e 6 becomes 2) and leave the value unchanged if its value is less than 2 ( i.e 0, 1 stay the same). 1 void quizFunction (const char array [], int totallength, char updated []) 2 { 3 int N; 4 int operation; //Valid operation number is either 0 or 1 cin>>N>>operation; 6. 7 // Your code starts here 8 9. // Your code ends here 10 } |l>
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY