Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~691 People Reached
Favorite Forums
Favorite Tags
jsp x 3
Member Avatar for phpiscool

I am working on a reservation app in Java and it is almost complete but I keep getting this error when running my app: Exception in thread "main" java.util.NoSuchElementException: No line found at java.base/java.util.Scanner.nextLine(Scanner.java:1651) at ReservationCalculator.main(ReservationCalculator.java:34) Full Code import java.time.LocalDate; import java.time.format.DateTimeFormatter; import java.time.format.FormatStyle; import java.util.Scanner; public class ReservationCalculator { …

Member Avatar for JamesCherrill
0
363
Member Avatar for phpiscool

Hi, I am trying to create a reserve console app using Java. Any Help is appreciated. The Params are: Calculate reservation totals Welcome to the Reservation Calculator Enter the arrival month (1-12): 5 Enter the arrival day (1-31): 16 Enter the arrival year: 2016 Enter the departure month (1-12): 5 …

Member Avatar for JamesCherrill
0
328