I\'m trying to write a code that has a lot of comparison
Write a program in “QUANT.C” which “quantifies” numbers. Read an integer “x” and test it, pro
There is no clean way to solve this with switch, as cases need to be integral types. Have a look at if-else if-else.