Programming Tutorials

Comment on Tutorial - The switch Statement example in Java By Kamini



Comment Added by : abdulaziz

Comment Added at : 2014-03-28 16:22:35

Comment on Tutorial : The switch Statement example in Java By Kamini
Write a program to input the number and use switch case to find?
1-largest digit.
2-minimum digit.
3- odd and even digit.


View Tutorial