CS-114 Report - 1
CS-114 Report - 1
Programming
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