![]() |
|
|
|||||||
![]() |
General Help Related Topics - New Programmer needs help |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I just started programming and was trying to create this program but i keep getting errors i need help ive reviewed everything and it seems to be correct am i missing somehting?(using microsfot visual c++)
#include <iostream> using namespace std; int main() { int length, width; cout << "Enter the length: "; cin >> length; cout << "Enter the width: "; cin >> width; cout << "The area is " << length * width; return 0; } 1>Practice learning - 3 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== i keep getting this error, please help Brusann |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advice to be a Systems Programmer | ded8381 | General Help Related Topics | 3 | 05-20-2009 05:38 PM |
| Freelance Programmer (ASP.NET) | sumeetx | Software | 2 | 05-04-2007 10:39 AM |
| Engineering Certifications | Harsha Raghavan | A+ Certification | 81 | 08-10-2004 08:25 PM |
| Counting In Binary | Raymond | A+ Certification | 13 | 03-07-2004 07:28 PM |
| Re: Learner's Permit | Joe Pearson | A+ Certification | 0 | 08-07-2003 04:29 AM |