Programming Languages. Practice 3. Compile & Run: Compile with flex: flex -o [name of C file] pr3.l Compile with gcc: gcc -o [name of executable file] pr3.c -lm -lfl Run: ./[name of executable file] < [Test case]