Posts by blurryout • 13 points
1 post
-
0
votes1
answer60
viewsQ: How do I make the program identify if the split denominator is zero using switch-case and display an invalidity message in the operation?
I have this exercise to do and everything is going well, but I do not know how to make the program analyze if the denominator is zero and display the message, can help me? My code: #include…