Java Programming Tutorial 10 - Scanner Input

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Do you have "Taco Queen" as a hotkey?


i want to know why?

anodosarcade
Автор

Every video and textbook has told me not to used float or double for money, but they never told me what to use. That was my biggest question. I've been around java now for 22 years now off and on, and this is the very first time I'm told what data type to use for currency. Thanks.

renejacques
Автор

Day 1 🙌 Done 10 out of 100, 90 more to go let's go! 🔥

hihellookay
Автор

This has helped me a lot! I was able to make a program that guesses your age based off of your birth year input!

cjmc
Автор

2:51 It's interesting to think about how this is a program taking input, outputting that input, and then using the input for a secondary program which also outputs the input.

flameofthephoenix
Автор

Thank you for the wonderful videos! They serve as a good alternative for when book learning gets a bit boring. :)

mossbaby
Автор

word to my mother this guy better than all my lecturers lmao

dafoundation
Автор

At around 5:20 I don't get an input mismatch error if I just put in a random letter or number to the boolean scanner, it just evaluates as false

dopeydoggo
Автор

At 2:42 line 9: int y=scanner.nextInt(), what if I wrote in the console log "abc123"??? Does it find the next Int and store it in variable y???

jfroc
Автор

Your videos are so enjoyable.. Are you that New Boston guy?

ballerinamoon
Автор

it is confusing to name the variable as scanner, not a good choice for new learners.

samedsgrtmc
Автор

Mister, if using encapsulation, when having a class with its private attributes, I only need to enter data using the set method.
How do I implement Scanner in the set method for classes with private attributes?

elhombreenmascarado
Автор

Thank you for your video, I have one question about an Eclipse. On 4th minute you are showing some windows with tips, on my version is all dark. How is called that? Maybe I will find it, or if you know how can I change it? Same issue with dark or light appearance - it's always black like blank page.

matwit
Автор

is scanner the equivalent to cin in c++?

miminiz
Автор

my code won't even run. When I input string x = scan.nextLine(); or even string x = scan.next();, the code after it won't even run.

Rose-Stro
Автор

Is there a scanner type for "char" or do I use byte in that case?

Harda
Автор

Hey, can someone explain the importance of scanner before a method?

Cookingcousin
Автор

meh... what about scanner.close() and going further?

So like
Scanner scanner = new Scanner(sysin);
...do something
scanner.close();

... later

scanner = new Scanner(sysin); <-- same var name.

scanner.close();

Babbelmus
Автор

The Scanner Input Tutorial 10 was not very clear.

kakoliparial
Автор

It's not repeating what I type. Help?

vivianamullen