Question: 1 . Write a C + + program that does the following: a . Create a C + + file with the name problem 2

1. Write a C++ program that does the following:
a. Create a C++ file with the name problem2.cpp.
b. Declare a string array of size 3 and initialize it to {"[Your name]", "Alice", "Bob"} where you put your actual first name in place of the text [Your name].
c. Declare an integer array of size 3 and initialize it to {100,90,80}.
d. Use a for loop to print the following:
[Your name]'s score is 100.
Alice's score is 90.
Bob's score is 80.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!