Q4/Write a C++ program to read and check the elements of two arrays, passing these two arrays to functions called (add) and (sub) according to the conditions below: • If all the elements of the first array and second array are positive, then call function (add) which add the two arrays, • If all the elements of the first array and second array are odd, then call function (sub) which subtract the two arrays, • Else, multiply them. (5 marks)

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
100%
Q3/A/Write a C++ program to read a line of text and then write it to a file called (afile.txt).
(2.5 marks)
Q3/B/ Write a program in C++ to read an integer number then find the area or circumference of
a square for 5 different lengths (=5, 6, 7, 8, and 9) according to the following conditions:
• If the integer number is positive, then fine the area of the square.
• If the integer number is negative, then fine the circumference of the square.
• Otherwise, print (zero value).
Algorithm or pseudo code:
1. Read an integer number (x).
2. If x greater than 0 then
3. For loop
4. area=12
5. Else if x less than 0 then
6. For loop
7. circ=l*4
8. Else print (zero value)
(2.5 marks)
Q4/Write a C++ program to read and check the elements of two arrays, passing these two arrays to
functions called (add) and (sub) according to the conditions below:
• If all the elements of the first array and second array are positive, then call function (add) which
add the two arrays,
• If all the elements of the first array and second array are odd, then call function (sub) which subtract
the two arrays,
• Else, multiply them.
(5 marks)
Transcribed Image Text:Q3/A/Write a C++ program to read a line of text and then write it to a file called (afile.txt). (2.5 marks) Q3/B/ Write a program in C++ to read an integer number then find the area or circumference of a square for 5 different lengths (=5, 6, 7, 8, and 9) according to the following conditions: • If the integer number is positive, then fine the area of the square. • If the integer number is negative, then fine the circumference of the square. • Otherwise, print (zero value). Algorithm or pseudo code: 1. Read an integer number (x). 2. If x greater than 0 then 3. For loop 4. area=12 5. Else if x less than 0 then 6. For loop 7. circ=l*4 8. Else print (zero value) (2.5 marks) Q4/Write a C++ program to read and check the elements of two arrays, passing these two arrays to functions called (add) and (sub) according to the conditions below: • If all the elements of the first array and second array are positive, then call function (add) which add the two arrays, • If all the elements of the first array and second array are odd, then call function (sub) which subtract the two arrays, • Else, multiply them. (5 marks)
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

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