Hey could someone help out/ point me in the right direction in doing this? I need to write a java program that will display those details below and allow me to input data to it. *** Fare Calculator *** Enter start time: Enter pickup point: Enter drop off point: Enter estimated trip distance (in km):
If you are a newbie, i will suggest using command prompt to get the input data and display the result. This link may be helpful : http://www.codeproject.com/Articles/2853/Java-Basics-Input-and-Output Else you can use JSP and Servlets.