/* Test file for Simple Calculator */ 30 + 10*5; ; /* This should print a blank line into the output */ 1+2+3+4+5; 200 * 2;