Csc128 - Fundamentals of Computer Programs: LAB 2 (Part 1)

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

CSC128 FUNDAMENTALS OF COMPUTER PROGRAMS

Question 1
Write a program display the following message:
Welcome To C++ Programming World!!!!
Im James
Question 2
Write a program display the following message:
****************************************
*
Welcome To UiTM
*
*
my name is Billy
*
*
I love programming
*
****************************************
Question 3
What does the following code print?
cout<< *\n**\n***\n****\n*****\n;
Question 4
Write a program that prints a box, an arrow and a diamond.

| Prepared by Nor Hafizah Abd Razak

LAB 2 ( Part 1)

You might also like