also, instead of writing both the capital and lowercase version of the case, you can do switch (toupper(ch1)) it will recognize both instead of having to type it twice.
also remember to #include<cctype> to be able to use toupper!
as for your question, you can use an if else statement but I am not too sur