Java Scanner Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

you have explained it so beautifully that it cleared all the confusions I good for a beginner like me...

sagarshah
Автор

Great video! You deserve more views...

gogonimago
Автор

great video! just a curious question, how did you past the entire system.out.println all at once, because i didn't see you make a copy and past move over that statement. 

georgesalinas
Автор

thank you .. i have samll dought may i declare class name as Scanner 

srikanthaddagatla
Автор

does anyone else use khan acadamy and feel that this guy uses the same level of explanation skill as sal?

tibbarnogard
Автор

cant you save space by instead of writing
double newPrice = price * 0.7;
sysout(the price after 30% is" newPrice);
just write
sysout("the price after 30% of is " + price*.7);
?

tibbarnogard
join shbcf.ru