- 1
I need a railway reservation system code in Java language help me
Java
11 Answers
+ 3
Try yourself.
Adi Pund show your code that many people help you
+ 2
I just resolve your errors ..but I don't know it's 100% correct for your problem. By the way ,your concept is very nice and recode it as per your requirements.
https://code.sololearn.com/cR6zaz4Sk1w2/?ref=app
.
.
and also I want to tell you some points about your code
=> every java program starts execution from main method okay that mean JVM searches main method before starts it's execution .if not found then JVM will not execute your code.(and also asked you where is your main method man)
=>you mentioned doExit() method calling but where is the definition for that.so I removed it.
=>you must declare variables before using it
(for example, if you want to withdraw money from your bank account but unfortunately you don't have moneyđ then how you withdrawal from your account)
+ 1
It was unclear sorry no one can't help you.
you try it your own and came came with proper code if you are stuck anywhere.
+ 1
Thanks
+ 1
You really helped me alot
+ 1
Adi Pund my pleasure to help u.
0
I tried but there are 51 errors
0
Show you attempt and put your problem description what exactly you want from it.
0
I had uploaded the code in my recent post
0
Tomorrow I will upload the direct code
0
Hey I uploaded the code will someone help me to solve errors from this java code