Programming Tutorials

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



Comment Added by : nav

Comment Added at : 2017-03-09 04:55:17

Comment on Tutorial : The switch Statement example in Java By Kamini
if ((year % 4 == 0) && (year % 400 == 0) )
this code is sufficient for execution


View Tutorial