course.wilkes.edu/CS125Labs
Welcome to the site for CS 125 labs!

 

Lab 0: Projects

Prev | Next | Lab 0

Objectives

1. Practice using the text editor and C++ compiler.
2. Gain experience with sequential programming.
3. Practice using the C++ I/O facilities.

Introduction

Using the program bases.cc as a model, solve one of the problems below (your instructor will tell you which one to do).

Projects

0.1. Write flies.cpp -- a program that produces the following output:


                   like
            flies        an
      Time                   arrow ...

Fruit like banana. flies a

0.2. Write recipe.cpp -- a program that produces the following output:


	Pop 1 cup of popcorn
	Melt 1 stick of butter
	Combine popcorn and butter
	Salt to taste

0.3. Write direct.cpp -- a program that produces detailed directions to your house, such as:


	Take I-96 to U.S. 131
	Take 131 3 miles south to Hall St.
	Take Hall 1 mile east to Madison Ave.
	Take Madison 3 blocks north to Sherman St.
	Take Sherman 2 blocks east to 1000 Sherman St.

0.4. Write me.cpp -- a program that produces output describing yourself, such as:


   Name:    John Whorfin
   Gender:  Male
   Year:    Freshman
   Phone:   555-9876
   Hobbies: Swimming, volleyball and eighth-dimensional physics
   Quote:   "Laugh while you can, monkey-boy!"

Don't forget to use rm to clean up your directory when you are all finished...

Prev | Next | Lab 0

 
  Home

Help

Lab 0

Lab 1

Lab 2

Lab 3a

Lab 3b

Lab 4

Lab 5

Lab 6

Lab 7

Lab 8

Lab 9

Lab 10

Lab 11

Lab 12

Lab 13



Membership

Login




Last update: Monday, August 21, 2000 at 3:41:24 PM.
visitors to this page.