You are on page 1of 1

CLA: Programming

Essentials in C C++ INSTITUTE - PROGRAM YOUR FUTURE

Lab 1.2.1.5 Your first program


Objectives
Familiarize the student with:

Writing a first program


Printing on screen
The main function

Scenario
Write your first program in the "C" language. Just print your name 3 times. Remember to include a return statement and make proper
use of the main function.

2016 C++ Institute. All rights reserved. Last updated: September 27, 2016 | www.cppinstitute.org Page 1 of 1

You might also like