Search found 1 match
- Wed Apr 17, 2019 7:17 pm
- Forum: Help with my program
- Topic: My Program stops
- Replies: 1
- Views: 46177
My Program stops
Here is a snippet my code. It stops at some random point and i have no idea why. No error comes up it just says the code has been finished. The code: case "Side": //The length of the Side System.out.println("Input the length of your side."); double sideA = sc.nextDouble(); //The value of the angle S...