$15
Submit your source code to Blackboard by the deadline.
Please name your program in so that it includes both your FAU user ID and
the assignment number.
For example: jmulcah1_assig4.c
Assignment Objective:
In this assignment, you will modify the letter-guessing game you made in the
last assignment. This is the 2nd part of a 2-part assignment. In this part,
you will demonstrate your knowledge about the following additional concepts:
- Modifying an existing program to extend its behavior
- File Input/Output (fprintf, fscanf)
- Looping (while/do-while)
- Conditional logic (switch)