Nick
2
Q:

syntax c++

#include<iostream>
using namespace std;
int main()
{
	system("pause"); //To pause the screen
  	return 0; //Not neccessary
}
3
#include <iostream>

int main() {
  std::cout << "Hello World!";
  return 0;
}
0

New to Communities?

Join the community