Intensive Programming Lab 2
Intensive Programming Lab 2
Learning Objectives:
The objectives of this first experiment are to make you more familiar with the Windows
programming environment and the "C++" compiler. For this purpose you will use
DevCPP/Microsoft Visual Studio. You will write, compile and run a program in "C++".
Example:
Code:
#include<iostream>
using namespace std;
/* function main begins program execution */
int main()
{
Welcome to
C++ Programming
Task 2: Write a C++ program that prints following shapes/patterns using cout statement: