Question: Help Please CSC 118: Programming Fundamentals Lab 7: Programming assignment Programming assignment 1 (Multiway Branching): Exercise 1: As Quiz Exercise 2 demonstrated, program Switches is
CSC 118: Programming Fundamentals Lab 7: Programming assignment Programming assignment 1 (Multiway Branching): Exercise 1: As Quiz Exercise 2 demonstrated, program Switches is not very robust. Add the code necessary to allow the program to work properly with both lowercase and uppercase versions of the input letters. Run your program with the same data, but type in the letters as Exercise 2: Program Switches is still not very robust. Add a default case that prints an error message and asks for the letter to be reentered. Test your program with the same data set, but add several letters that are not correct. Exercise 3: Program CounMarks is the shell of a program that counts all the punctuation marks in a file. // Program CountMarks counts punctuation marks in a file. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
