How to install Visual Studio link:
https://youtu.be/ThmtfSdKuGo
Lesson 1: Introduction to Programming link:
https://youtu.be/dXrr059R2DE
0:01:45
Q1:Write a C++ program so that the system will get a name as an input from the user .Display the output as shown below based on the given name.
Welcome to C++ Programming Class!
I'm a C++ program
What is your name?"name"
Hi, "name". How are you?
0:07:49
Q2:
2. Write a C++ program that display a checkerboard pattern made of stars and blanks, as shown below. This will be easier if you first declare 3 named string constants representing the 3 different row patterns. Be sure to include appropriate comment in your code, choose meaningful identifiers, and use indentation as do the programs.
* * * *
* * * *
* * * *
* * * *
* * * *
Download
0 formats
No download links available.
Practical@Lesson 1: How to Start Your First C++ Program Writing | NatokHD