Zeke the Explorer

October 14, 2008

What is below??

Filed under: Life — Chris @ 10:58 pm

Does anyone know what is below….

#include

using namespace std;

int main()

{
cout << "7+3=" << 7+3 << endl;
cout << "7.0/3.0=" << 7.0/3.0 << endl;
cout << "7%3=" <<7 % 3 << endl;
cout << "6%3=" << 6 % 3 << endl;
cin.get();
return 0;
}

haha...well this is what I am trying to learn...this is something I have created....Enjoy...

2 Responses to “What is below??”

  1. Jim Thompson Says:

    Welcome to the magical world of C++

  2. Tony Says:

    The Auburn Spread Offense?

Powered by WordPress