C++ Help (3)

profiledomngo2

Within software applications, functions are used to structure programs into code segments that are specifically built to perform individual tasks. Your third Individual Project will involve extending the application created in Week 1. You will extend your application to include a user-defined function that performs the addition of 2 numeric variables that are collected through user input. The results of this operation will be output to the screen. Utilize the provided resources to assist, if needed. Complete the following:

  • Use the application that you created in Eclipse in Week 1.
  • Update the program to include any feedback previously provided by your instructor.
  • Collect the input of 2 numeric variables via standard input.
  • Create a user-built function that accepts the 2 parameters and adds the variables together.
  • Pass the 2 variables to the function, and 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

    • 9 years ago
    • 3
    Answer(1)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      quiz3.zip