1. Write a program to print “Welcome to C++”.
Output:

2. Write a C++ program which prints the following saying.
Determination
Dedication and
Devotion
Takes you to
Better heights!

Output:

3. Write a program to display the following (double line spacing is required)
WELCOME TO
C++ PROGRAMMING
INVENTED BY
Bjarne Stroustrup

Output:

4. Write a C++ program to add two numbers.

Output:

OR

Output:

5. Write a program to add two numbers taking input from user.
Output:

OR

Output:

6. Write a program to swap two numbers.
Output:

7. Write a C program to swap values between two variables, without using a third variable.

Output:

8. Write a C++ program to calculate simple interest.
Output: