#Hilfe bei einem Bankautomatenprogramm

1 messages · Page 1 of 1 (latest)

toxic phoenixBOT
#

<@&987246399047479336> please have a look, thanks.

lean spruce
#

because u got 2

#

( and on the second section of a code, u got a space to much in your code , the method needs to follow the . direclty )

cerulean island
#

(fyi this is an english only server)

#

btw u shouldnt create two scanners on the same resource. create one and reuse it

#
private static final Scanner scanner = new Scanner(System.in);

either create it like that outside of the method (but inside the class)

#

or let the second method take scanner as method parameter from the first