I am using a program called putty to write basic programs in C/ C++ for an introduction to computer programming class. I am very new at programming and am just getting started writing very simple programs. When I try to compile my programs, I receive an error message saying

error: expected identifier or â(â before â{â token

and am directed to the line in the program where the program actually starts, the beginning...