11: Get User Input In C# | Preparing You For Project | C# Tutorial For Beginners | C Sharp Tutorial

preview_player
Показать описание
In this C# tutorial you will learn to grab user input and store it in variables. You will also learn to parse data by turning string data types into integer data types.

➤ GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Рекомендации по теме
Комментарии
Автор

Hi everyone! Hope you enjoy this video :)
Is it just me or does the facecam "skip/jump" from time to time in this video? The original video I uploaded looks normal but the YouTube version seem to act up.

Dani_Krossing
Автор

Switching from Java easily with your videos for new job assignment! Pure gold, don't know what else to say. :D

howcanidoit
Автор

GREAT WORK, one of the best explanations i have seen so far...

iakovspirin
Автор

even though i am not focusing on c# at the moment . i am still passing through to show some love. hope to see an advance js course from you soon

gladstonross
Автор

I’m working on homework with slightly different rules but this helped thanks!

CapDrew
Автор

I don't know if it was Pascal, but I remember being able to define my variables as a specific type and enter data with out converting.

lylewyant
Автор

I hope that you also teach java. your vids were helpful. looking forward to your future tutorials :)

creayus
Автор

Thanks nice vid was searching for a good Parse and reading user input. Very nice work sir.. Greetings from The Netherlands.

samdeur
Автор

In case you did not know, the reason why it is int32 and int64 is because there are 32 and 64 bit systems, a 32 bit system can only hold so much data whist a 64 bit system can hold more, that is why, if you have a older phone (e.g iPhone 5) and you do 654765+8695665 you will get a answer with a E. E stands for exponent, AKA a extra data that the processes can not process.

code
Автор

Why my program after input asks me input again My Name? It's simple ReadLine program, but after I input, nothing happens, just another empty line for inputting text???

alexplaytop
Автор

Do you have any tutorials on how to make a website with PHP using the MVC format?

iRMistzYT
Автор

isn't it better to do the parse in a try catch statement so when a user does do a string as an input it won't crash.

xempes
Автор

hey! You know, I commonly see your videos and I have a doubt if you are from Silicon Valley. I have always tended that doubt. greetings and you make excellent video tutorials

tapiafrancois
Автор

No need for Int32, int.Parse works fine (int is an alias for Int32)

jean-michel.houbre
Автор

Nicely done great explanation keep it up

waqasmazhar
Автор

can we declare the "age" variable as Int in line 10 and use the number right away?

gonzalocastilla
Автор

Guys how to do the same thing but conversion strin to double or float ????

MrBorgal
Автор

Hey! Great vídeo! About reading the user input, if I have 2 types of data in the same line, how should I separate it? For example, I have a line like this "name age" being the name a string and the age an int, how can I separate them and store them both in different variables?

danielramos
Автор

isnt it easier to use : lets say int num = ?

ryuhayabusa
Автор

Yo you make some pretty cool videos brah, A++

tambovskya