Forum: C++ Nov 23rd, 2008 |
| Replies: 4 Views: 300 Ok I see get rid of the repeated int area; and int volume;.
The is a while/repeat loop so that it continues
until you want it to stop.
The is suppose to be the End of the loop structure. Any... |
Forum: C++ Nov 23rd, 2008 |
| Replies: 4 Views: 300 I'm having a hard time with my code, can someone show me a fix? Here is my errors.
1>c:\documents and settings\chuckie taylor\my documents\c++ assignments\assignment 6\assignment 6.cpp\assignment... |
Forum: C++ Nov 22nd, 2008 |
| Replies: 3 Views: 308 Can someone take a look at my code, I'm having errors with the end loop.
#include "stdafx.h"
#include <iostream>
using namespace std;
int area (int, int); // function prototype
int volume... |
Forum: C# Nov 21st, 2008 |
| Replies: 2 Views: 583 |
Forum: C# Nov 20th, 2008 |
| Replies: 2 Views: 583 Can someone give me a example of a code inside a while/repeat loop so that it continues
until you want it to stop using values of length, width, and depth. |
Forum: C++ Nov 8th, 2008 |
| Replies: 2 Views: 300 I have to write a C++ code that computes the greatest common divisor of two numbers.
When Declaring x, y, temp, remainder as a Integer is this right? Or can someone help me in the right direction.
... |
Forum: C++ Oct 21st, 2008 |
| Replies: 4 Views: 436 Can someone take a look at my code and see if they notice something wrong.
int score;
char grade =0;
// read in total score
cout << endl;
cout << "Enter... |
Forum: C++ Oct 14th, 2008 |
| Replies: 5 Views: 338 I know this is simple, but this is my first time. I'm having a tough time understanding. Can someone walk me though the code? Please |
Forum: C++ Oct 14th, 2008 |
| Replies: 5 Views: 338 [To assign a statement to compute wages] |
Forum: C++ Oct 14th, 2008 |
| Replies: 5 Views: 338 Can someone run my code template to see what's wrong?
#include "stdafx.h"
#include <iostream>
using namespace std;
int _tmain(int argc, _TCHAR* argv[ ])
{
int a = 40; //No.... |