0
Please help me to get output for this program..
How to give particular input if it's not asking me what to enter which I have given in print statement!! It's not displaying!!print statement! https://code.sololearn.com/cmtby46wEzjI/?ref=app
3 Respuestas
+ 1
Line 11 should be fixed branch .next(); as :
branch = in.next();
If you want to check your program you can navigate to
https://repl.it/languages/java
instead of Program class write MAIN
and for class stud create a new file with name stud.java
https://repl.it/@ProkopesPouleme/Student-Class
0
Guys this is my lab program..
Tomorrow I have lab exam!!
Please help me to understand it!!!