0
This little program in java is compiling well but not printing anything. Please help me..
I am expecting the switch to enter drum case and print by calling drum function present in print method. Please help me solve it. https://code.sololearn.com/cA17A22a14a1/?ref=app
1 Antwort
+ 7
line 7:
switch(instrument){
not
switch("instrument"){