Input variables are often used to capture, store, and often perform operations within software execution. Your second Individual Project will involve extending the application created in Week 1. You will collect input from the user, add an operation to this collected data, and output the results to the screen. Utilize the provided resources to assist, if needed. Complete the following:
- Use the application you created in Eclipse in Week 1.
- Update the program to include any feedback previously provided by your instructor.
- Create a new variable, and prompt the user to enter data to populate this new variable.
- Perform an operation on this variable, such as addition, multiplication, concatenation, and so forth.
- Print the results to Standard Output.
- Compile the application.
- Run the application to demonstrate a working program.
Submit the following:
- The CPP file that contains the code
- A screenshot of a successful compile
- A screenshot of successful run


0 comments