C# Programming Tutorial 36 - FIll Array from User Input with for

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


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

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

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

you explained this perfectly in 4-ish minutes while my teacher couldn't do it in my own language in 20 mins. Thanks man!

Milkmatic
Автор

Is there any reason why it's necessary to use Console.In.Readline() instead of just Console.Readline()?

hplovecraftmacncheese
Автор

Coming from C, and zerging through your tutorial, this is by far my most enjoyeable
One yet! Thanks for everything.

Hallowfont
Автор

This helped me solve a big issue I was having that I spent 5 hours on. After watching this... about 15 minutes to fix it. THANK YOU!

SeanMcKinney-oqnt
Автор

thanks for doing this man this help me alot as im new to this langauge and wantted to learn it

rip_Shinnx
Автор

thank you so much. You look around on the internet for hours and can't find any help to learn, but finally found this video.

joeyzimmerer
Автор

After dynamically add the values how to find index of a particular number pls help me i need this task

NsRider
Автор

How can I add values inside a array with a single line of user input?

For an example: If i want to add numbers from 0 to 10 inside an array with the length of 6. Then I want to write 1 2 3 4 5 6 in one line as an user input and then add those value to the array?

Hakant
Автор

this doesnt work on windows, but caleb explain why?

graphitic
Автор

Thanks, Caleb! This is exactly what I was looking for to be able to do my homework.

sashimi
Автор

So what is the difference when we trying to convert a string into int...example:
int32.Parse vs Convert.ToInt32

fredyuldashev
Автор

Integer array accept the values, but exit the console before printing the array elements. What might be the reason?

prameenasenthil
Автор

Holy shit this is literally what I need right now. Thanks man! you just earned a sub and like from me. you just explained what my professor couldn't do in all semester

markbanana
Автор

This was so helpful thank you!! Is there a way to cap the input size. Like if I want to know how many sodas someone wants, but don't have more than 6? Can I input size up to 6?

AllisonJones-jfrj
Автор

how would you take one value from an array, and change its value to something else?
string [] seats = {seats, seats, seats}
and I want to take the middle seats, changing it to my name?

nouyang
Автор

if by mistake the user enters string instead of integer in array then it gives exception. How to handle that exception.

PrabhjotSingh-ytqj
Автор

hi, I would like to know how I can calculate them, for example add (4+4+5+6+7) the numbers that user inputs and then output the total instead of the numbers that user entered.
thanks ;)

MrHamzey
Автор

Hey, If I want a number in that array to be subtracted by 3 and another number in that array to be added by 2 at the same time? how would I do that ?

kienpham
Автор

One big help. :-- create array in c# console application push and delete items based on user input

harshakumar
Автор

Can you do one for strings... like names.. instead of number?

thestarOfficial