diff --git a/If else Structure/switch_case.cpp b/If else Structure/switch_case.cpp new file mode 100644 index 0000000..9bc8ea8 --- /dev/null +++ b/If else Structure/switch_case.cpp @@ -0,0 +1,23 @@ +#include +using namespace std; + +int main(){ + int ratings=6; + + switch(ratings){ + case 1: cout<<"very poor"<