I got this error message: error C2447: '{' : missing function header (old-style formal list?)
What does it mean? How can I fix this? Please let me know. Thank you!
I started with...
#include <iostream>
using namespace std;
int num;
{
and then i added my variables...