Question: please use intro to C++ language Write a program that defines a sting variable named student, an integer variable named course_num and a character variable

please use intro to C++ language
Write a program that defines a sting variable named student, an integer variable named course_num and a character variable named grade. Store your name, course number and target grade in the variables. The program should display these values on the screen in a manner similar to the following: Program Output My name is Mary. In CPTR 1100, I expect to make an A in the Spring 2019. NOTE: The name, course number and grade are derived from the variables defined - NOT FROM PRINTING THE VALUES. My name is student. In CPTR course_num, I expect to make an grade in the Spring 2019
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
