scanner.readLine()
Jos jedna greska :
U postavci je napisano da se read(a) gde je a tipa int menja sa
a = Integer(scanner.readLine()).parseInt();
a trebalo bi sa
a = Integer.parseInt(scanner.readLine());
U postavci je napisano da se read(a) gde je a tipa int menja sa
a = Integer(scanner.readLine()).parseInt();
a trebalo bi sa
a = Integer.parseInt(scanner.readLine());
- Follow-Ups:
- Re: scanner.readLine()
- From: "Sanja Vukicevic" <sandzii@gmail.com>
- Re: scanner.readLine()
- References:
- Re: Re: Par pitanja za asistenta
- From: Milos Gligoric <glisa0001@yahoo.com>
- Re: Re: Par pitanja za asistenta
Previous by date: Re: Re: Par pitanja za asistenta
Next by date: Re: scanner.readLine()
Previous by thread: Re: Re: Par pitanja za asistenta Next by thread: Re: scanner.readLine()
Previous by thread: Re: Re: Par pitanja za asistenta Next by thread: Re: scanner.readLine()