You are on page 1of 3

CC02 ACTIVITY SHEETS FUNDAMENTALS OF PROGRAMMING

CHAPTER 3: GETTING STARTED WITH C++ PROGRAMMING

Objectives:
a.) Define identifiers know its importance
b.) Distinguish what the reserve words are and how to use data
types.
c.) Recognize how to definedeclare
and variables and constants in
a programthe basiccommands used.

NAME OF ARVEY TRISTAN L. COURSE AND BSCOE-


STUDENT BULADO SECTION OLCA133E071

STUDENT CA202107826 DATE SUBMITTED May 15 2022


NUMBER:

GUIDELINES ON INDIVIDUAL HANDS-ON ACTIVITIES:

1. For the MOV (Means of Verification)


a. VIDEO PRESENTATION (GOOGLE SHARED DRIVE)
b. ACTIVITY SHEET (EDMODO ASSIGNMENT)

2. Upload your video in google shared drive by section.


3. STRICTLY NO VIDEO, NO OUTPUT.

4. When it comes to ACTIVITY SHEET, You may also create new document file for the
compilation of screenshots of the following
A. SOURCE CODE
B. FUNCTIONAL PROGRAM
Source code

Functional Program
Page 1
CC02 ACTIVITY SHEETS FUNDAMENTALS OF PROGRAMMING

LEARNING TASK#01:

Using the sample program “Hello World” on the previous lesson, create your own program that will
display your Name, Address, Gender, Birthday, Course, Year, Height and Weight. Refer your code on the
sample target output below.

SAMPLE TARGET OUTPUT:

Name : Ernanie Carlos


Address : Rosario, Pasig City
Gender : Male
Birthday : January 17, 1990
Course : BSIT
Year : 4th year
Height : 5’11
Weight : 60 kgs

REFLECTION:
A. I understand that:

It takes a lot of effort on coding, you need to know what to do with keywords

B. I realize that:
Its fun on memorizing codes and compiling it successfully

Page 2

You might also like