You are on page 1of 3

CS-114 |Fundamentals of

Programming

Lab: 01- Introduction to


Programming

Submitted to: Sir M. Ismail

Submitted by: Fatima Mansoor &


Saleha Bibi
Of CE-41 Syndicate B
Lab Objective:
To get familiarized with the IDE of Visual Studio and learn to write simple
programs using C++ language.

Task 01:
Write a C++ code that displays your name, department and degree on the
console. Make sure the three things are displayed on three different lines.

Code 1

Output 1

Task 02:
Write a C++ code that displays the name and quote of your favourite
personality. Make sure to put the quote in inverted commas.

Code 2

Output 2

2
Task 03:
Write a C++ code that takes two numbers as input by prompting user; and
displays the sum of numbers entered, on the console window. Make sure to
comment your code.

Code 3

Output 3

You might also like