Programming Exercise # ex15_2 1. Create a new text file named "ex15_2.cpp" with the following two lines. Be sure to repl
Posted: Fri May 20, 2022 1:08 pm
Programming Exercise # ex15_2 1. Create a new text file named "ex15_2.cpp" with the following two lines. Be sure to replace the string “YourFullName” with your real full name. /*Filename: ex15_2.cpp Student: YourFullName */ 2. Next to the above two lines, write a C++ program that will convert the console application of Programming Exercise #1 to a GUI application. Use a “TextBox” control to take the user input, and display the output in another “TextBox” control. Make sure the output looks similar to the following. X Blood Type Check Rh Type Percentage in U.S. population 1.5% 3. Capture a screen shot similar to the following and paste it to the Word document named “ex15.docx” (or .doc). Create a .zip file (must be .zip format) containing the “.cpp" file, the “.exe” file, and the “.doc” (or “.docx” or ".pdf") file. 5. Upload only the .zip fie.