C Programming Tutorial 65 - Nested if with User Input

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


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

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

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

When you started teaching switch statements, I saw this as the perfect use case for that language feature and proceeded to change it over to switch {...}.

kyleeames
Автор

You've just got me into programming! Great work mate.

zackdelabrocha
Автор

Nest? More like best! Thanks again, Caleb. For everything.

PunmasterSTP
Автор

this is great, thank you so much . I know where I was wrong during my midterm ...

CYYX-wlmq
Автор

thank you so much as a beginer getchar(); is main point

mahammadaltaf
Автор

Hey guys if you don't put a space infront of the %c scanf("SPACE!%c", &q); When inputting your choice into the program you might have to enter the same letter twice for it to work.Just ripped out my hair fixing that.Thanks.also can you explain that if you have time Caleb? whats going on there? Thanks for all your hard work I appreciate it.

filip
Автор

What has getchar to do with displaying the "saving question" in an own line without the \n behind it? In line 31.

mullervolker
Автор

This one was difficult to follow because I couldn't see the whole code for writing it. And the code is not in a public domain for copying it. I suggest you to place the code somewhere for people to download and follow the tutos. Thx a lot, anyway...

Achyles
Автор

This runs only with 4, if you type in other inputs, you don't get the second prompt.

victorgodwin