can any one help me
to print students grade using switch in 'c'
if(marks>80)the n print very good
if(60<marks<80) good ......
how can i write the code using switch,where can i specify the condition
to print students grade using switch in 'c'
if(marks>80)the n print very good
if(60<marks<80) good ......
how can i write the code using switch,where can i specify the condition
Comment