You are on page 1of 4

LAB REPORT # 11th

Introduction To Information And Communication


Technology

Semester “1st “
Section “A”

Submitted To:

SIR Zeeshan Habib

Submitted By:

Abdullah (010), Muhammad Ahmad(035), Ehsan Zubair(032)


Lab Tasks
Task 1:
Write a program in C++ to print a welcome text in a separate line.
Code:

Output:

Task 2:
Write a program in C++ to print the sum of two numbers using variables.
Code:

Output:
Task 3:
Write a program in C++ to add two numbers accept through keyboard.
Code:

Output:

Task 4:
Write a program in C++ to swap two numbers.
Output:

___________________________________

Conclusion:
I have learned how to:

• Show output on the screen


• Declare variable and assign value to it
• Swap two numbers

You might also like