The forget does that mean?
Integer? Like... a number.
Just post homework here and you will have instant answers.
I am taking a C class, but regretting because I know about as much C as the class covers.
I prefer c++.
#include <iostream>
using namespace std;
void main()
{
cout << "You just lost the game" << endl;
}
is greater than,
#include <stdio.h>
void main()
{
printf("You just lost the game");
}
Even though the reason I like C++ better is that it uses object orientation, not cout I just felt like using [ code ] for the first time.