+ 1
Multiple switch statements (java)
Hello i am new to java and i want a program to ask for month, day and year how i can use multiple switch statements for this?
1 Respuesta
0
Check this solution
https://code.sololearn.com/cJuACNHE4h15/#java
I use the switch statements for selection of user input about what kind of data they want to change(month, day or year)