Question: Two postings are required for this thread. For posting 1 (due by Wednesday), post pseudocode for one of your classmates to implement (i.e., C++ code).
Two postings are required for this thread.
For posting 1 (due by Wednesday), post pseudocode for one of your classmates to implement (i.e., C++ code). For example if
the first "if" pseudocode on pg. 133 was posted, a fellow classmate would convert that to C++ code and post it as a response as follows.
if (customerAge >= 65) { discount = 0.10; } else { discount = 0; }
The pseudocode posting must be unique.
For posting 2, respond to one of your classmates postings by implementing the pseudocode in C++ (i.e., only implement the code, no variable declarations, etc. are required). There can only be one response to a classmates pseudocode. If someone has already responded, you must select another classmate to respond to.
For this post and all future posts, make a reply to my initial post. Be sure to include the C++ code within the response (do not post as a separate file).
HELP PLEASE STUCK
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
