What code do you have done so far?
EDIT: if your answer is none... start here:
#include <iostream>
using namespace std;
int main(int argc, char **argv)
{
// Declare Length, width, area and perimeter
// Display message about length to user
// Get length from user
// Display message about width to user
// Get width from user
// Calculate perim
// Calculate area
// Show perim to user
// Show area to user
return 0;
}
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215