Introduction to Computer Science - Fall 2009
CSCI 151
Lab 6 Part II(for Wed class)

  
Objectives:
loop while
types int, float, double
compiling and executing C code.   
Important: Start each of your programs with comment part that includes:
your first and last names
your e-mail
today's day
the name of the program ( the name of the file)
the short description what this program is doing
list of the variables with the short description for each variable - name, type, purpose (this information could be written in the declaration of the variable section of your program)

  • Change to Lab6 and save all Lab assignment problems in Lab6 directory

    Lab Practice:

  • Program 1

  • Program 2

  • Program 3

  • Program 4