What is below??
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...
October 15th, 2008 at 7:21 pm
Welcome to the magical world of C++
October 17th, 2008 at 2:32 pm
The Auburn Spread Offense?