Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started