CP Lab - 01 - 024
CP Lab - 01 - 024
PROGRAMMING LAB
CSC 113
BSE 1
FALL 2020
LAB JOURNAL # 1
Submitted by:
Muhammad Ezaan Ali
Submitted To: Engr.
Waleed
Department of Software Engineering
Bahria University Islamabad Campus
LAB OBJECTIVES:
To become well aware of algorithm and pseudocode
Basic cout program.
START
Set sum=0;
Read: num1, num2;
Set sum = num1+num2;
Print sum;
STOP
Solution explorer
Solution Explorer window that is used to manage solutions, projects, and files. It provides a
complete view of all the files in a project, and it enables us to add or remove files and to
organize files into different subfolders.
Errors list
The Error List is used to display information about a specific error message. We can also copy
the error number or error string text from the Output window.