Having trouble running this code keep getting this error when putting g++
/usr/bin/ld:tryIt4B: file format not recognized; treating as linker script
/usr/bin/ld:tryIt4B:1: syntax error
collect2: error: ld returned 1 exit status
// Lab 4 tryIt4B -- Using Boolean Variables and Branching Logic
// Determine what each output statement will print.
#include <iostream>
using namespace std;