Java Tutorial - 11 - The Do-While Loop

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

Learn how to use the java do-while loop to control program flow.
Рекомендации по теме
Комментарии
Автор

3:35 Key difference between while and do while loop.

latedeveloper
Автор

I'm in our ICT strand and I'm troubled at how bad I am when it comes to application of Computer Programming. Thanks a lot for this! A real lifesaver.

hananeelrapanan
Автор

I missed a day last week in my compsci class and wasn't there for this lesson, you're a lifesaver.

aquat
Автор

THANK YOU! this was really clear and easy to understand! Thanks!

dylanchan
Автор

thanks god this kind of people exists glad I subscribed long time ago always a pleasure to come and see another well spoken video

Fnaf-vhcs
Автор

I missed computer class due to covid and thankgod for this man

thomasattard
Автор

very clear and precise video. Thank you for saving my time

albeezhuang
Автор

You explained this so much better than my comp programming class

khizrcamps
Автор

Seems like one of those things that you would think its useless but its actually powerful

GS-tyux
Автор

Would you be able to do an example of do-while loop but instead of integer to terminate the program we use a string to stop the program? e.g. while(value == "stop")

kinghowardmaneclang
Автор

I forgot what this was in the middle of an interview because I haven't used it in over 2 years...

TheAbsoluteSir
Автор

Good teacher but I want to ask you how to make gui place help me

husseinabdihor
Автор

Sir can I ask something?
How can I make a program with a do while loop that inside of it has a switch case statement

applefuentes
Автор

Sir I have a problem, I add all the even num from 1 to 10 example, and then, theres a question on my program, "do you want to continue ? And if I type yes, the whole program do the same thing but not the answer, the answer of past case will add to the present case like example, the sum of the previous case is 15 and I type yes, the answer is 30 gets sir ? Can you help me ? Thanks

kobssuarez
Автор

How to validate text? i mean like Do you like to code? user : Yes the program prints: Invalid please type Y/N or y/n :

teachermrkennedy
Автор

Create a program that will ask the user a question, make the user answer

that question, check again until their lives runs out or they answer correctly. If the answered the question correctly then tell the user that they WON.

If the user run out of lives, then tell the user that they LOST.

QUESTION: "What is the acronym name of Hyper Text Mark-up Language?" USER LIVES: Three lives (3)

TIP: Used topics for this program

(User Input, If-Else Statement, Loops and Ignore Case)

kirbycaringal