Friday, January 9, 2009

More Console Apps

Your goal today is write a console application that computes the perimeter length and area of regular polygons. Here's the pseudocode:
  • iostream, cmath, namespace std
  • Declare variables
  • Start loop
  • Prompt user for how many sides for the polygon
  • Prompt user for length per side
  • Calculate perimeter
  • Calculate area using equation (on chalkboard)
  • Output perimeter & area
  • Prompt user to do more polygons
Upload your program when you're done...


.

Wednesday, January 7, 2009

Wednesday

I'm sorry that I'm still out... I look like a chipmunk... It's bad.

Anyway, you assignment today is a review assignment.

Write a console application which prompts the user to enter a number of days. The program should output how many hours are in the inut number of days.

Upload your main.cpp file when complete.


.

Monday, January 5, 2009

More on Menus

You guys should all be working on your menus today...

Each of you should be getting close to being completed.


.