• Welcome to ZD Forums! You must create an account and log in to see and participate in the Shoutbox chat on this main index page.

Things That Are on Your Mind

CynicalSquid

Swag Master General
Joined
Aug 1, 2012
Location
The End
Gender
Apache Helicopter
I'm supposed to invite some friends to my mom's Star Wars party. The party is Saturday. I have invited zero people so far.
 

Curmudgeon

default setting: sarcastic prick
Joined
Dec 17, 2012
Gender
grumpy
#include <iostream>

using namespace std;

int main()
{
float x;
float y;
cout<<"Enter first number:\n";
cin >> x;
cout <<"Enter the second number:\n";
cin>> y;
cin.ignore();
float result = x/y;
cout<<"Result is"<<" "<<result<<endl;
cin.get();
return 0;
}

I recognize a whiff of C++ (a friend tried to show me some about 15 years ago). It will take some time to decipher what it does...
 

Lord Vain

Dawn of a New Day
Joined
Nov 29, 2011
Why did she tell me not to worry and then say something which implied I'd never know her story because I'm somebody she knows...just, it confuses me.
 

Users who are viewing this thread

Top Bottom