MY math owns
You love it making my own math operations I have so much learning to do Ugh…
// Math Tests Infamouskiller
// * / =
// operations
#include <cstdio>
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int nNumberofArgs, char* pszArgs[])
{
int n1 = 10;
int n2 = 10;
int var = n1 * n2;
cout << (n1) << ” Times” << (n2) <<” = “ ;
cout << (var) ;
cout << “\n”;
system(“PAUSE”);
return 0;
}

[...] unknown: [...]
Math Resources Blog » MY math owns said this on July 22, 2008 at 1:57 pm |