View Single Post
  #6 (permalink)  
Old 04-23-2007, 07:02 PM
theaceoffire's Avatar
theaceoffire theaceoffire is offline
Senior Member
My Mood:
 
Join Date: Oct 2006
Location: Here.
Posts: 358
Points: 13.36
Donate
Send a message via AIM to theaceoffire Send a message via ShopTapNham to theaceoffire Send a message via Yahoo to theaceoffire
Quote:

using namespace std;
int main()
{
int a,b;
int uitkomst;
char exit;

a = 25;
b = 5;
a = a * 4;
uitkomst = a * b;

cout << "de uitkomst moet 500 zijn dus controleer het goed\n:"<< uitkomst;
cin>>exit;
return 0;
}
Try that.

Sometimes it want's all declarations at the top of the code... Ah well, what can you do.
__________________
Subworld 34 Inc.
(2.60>2.71HenC>1.50)
(1.50>2.71SEA>2.71SEB>2.71SEB`>2.71SEB``>2.71SEC)
(1.50>3.02OEA>3.02OEB>3.03OEA>3.03OEC)
Answer to ALL questions HERE...
Personal Site: Subworld 34 GE
Personal Server: Subworld's Sever
Reply With Quote