Posts by Leonardo Lemgruber • 23 points
2 posts
-
1
votes1
answer91
viewsQ: Int field as string
I’m working on a code for a college job, but I’m having problems, although the "home" is set to INT, netbeans continues to present: "incompatible types: String cannot be converted to int" below…
-
1
votes1
answer69
viewsQ: Condition Else being called at the wrong time
I’m currently having problems with a work code. My ELSE class is always running, but only when I choose the option for the first IF. import java.util.Scanner; public class BikeFit2 { public static…