Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

6. (Upload as Source File) Create a program which writes the following statement

ID: 3742752 • Letter: 6

Question

6. (Upload as Source File) Create a program which writes the following statement to the console (you do not need to print words in color): My name is Kang Chen and I am a freshmen at Southern Illinois University I hope to achieve an in this course and to graduate by 2022. Where the words in: Red: is your name stored as a string variable called name Blue: is your current role stored as a string variable called yearOfStudy : is what you hope to achieve as a grade stored as a character called grade Green: is what year you expect to graduate stored as an integer called year Note: please use variables rather than literals 7. (Upload as Source File) Write a program which calculates the area of a circle and displays the radius and the area to the console. The radius of the circle shall be stored as a variable that is set to a literal of your choosing. The literal maybe a fraction Output example: The radius is: 2 The area of the circle is:

Explanation / Answer

1) #include #include using namespace std; int main() { string name = "Kang Chen"; string yearOfStudy = "freshman"; char grade = 'A'; int year = 2022; cout
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote