Question: Write a code in C++ programming language using your preferred C++ coding platform (Code Blocks, Visual Studio, etc..) to do the following 1. Present an

Write a code in C++ programming language using your preferred C++ coding platform (Code Blocks, Visual Studio, etc..) to do the following 1. Present an output greeting to the user such as "Welcome to Assignment 1"

2. Create three variables that will hold: Student Name Student Id Current Course Intake

3.Assign your name, student ID, your current course intake to the three variables created previously.

4. present an output to the output screen showing that stored values of the three variables, each in separate line such as: Student Name: Mohanad Sabah Student Id : 100000001 Current Course Intake: August

5.After presenting the output of the three variables you will present the date of this assignment such as: The date of this Assignment is: 8-11-2021 4. After doing all of the above copy and paste your C++ code to the next page top part section.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!