Answer:
see picture
Step-by-step explanation:
There are several syntax errors in the program that need to be fixed:
- No spaces in the declaration
 - No semicolon after variable a declaration
 - Incorrect double quotes everywhere 
 - Extra double quote after "Bye:"
 
So the actual answer would be: the compiler will report syntax errors.