Java Basics - Nested Loops Example

preview_player
Показать описание
Introduction to nested loop with a code example.
This video starts with a walk-through on how to define an algorithm by breaking up a problem into smaller steps. Once all the steps have been specified it only takes a few minutes to translate them into Java code.
After watching this video you should have a better understanding of how nested loops work, how to break up a problem into smaller steps, and how to translate such steps that were defined in pseudocode into Java.
Рекомендации по теме
Комментарии
Автор

The pace of your speech makes it much easier to follow. Thanks!

hiddenvillage
Автор

You truly have a gift for teaching. You have explained this beautifully. Thank you.

vesiu
Автор

Thank you Professor Poshe. The breakdown of this problem into smaller tasks makes it easier to understand and find a solution.

astradaniels
Автор

I mean this for real i have been watching video's for days and reading so much about nested loop but none of the video's i watched did help me this video is so easy to understand.
Thank you !!

kraput
Автор

I just started an Intro to Programming class with Java, so I'm needing all the help I can get. Thanks for the video! By the way, I just love your accent!

Ditronus.
Автор

Miss Margret, Your method of teaching is very awesome.

usmanjawaid
Автор

This helped me so much. The part about planning your code and taking it step by step was really informative. Thank you.

pureNaturel
Автор

for loops are so confusing to me especially when nested... :(

DanielADickey
Автор

While of course it isn't exactly a HackerRank "Hard" problem, I agree with those who feel this video really shows one how to think their way from the presentation of a problem to the final code and testing. Nice. Soon, back to things a bit more Java-specific, rather than anyone new to programming.

jvsnyc
Автор

Awesome!! I wish you were  programming professor in my college.

jhalakthakuri
Автор

wise easy explanation, it understandable for everyone Thanks

kishoredubbasi
Автор

Hello, are your videos for the Java basics series in order of precedence of how you should learn Java?

tkah
Автор

nice i like the way you designed your algorithm ..i hope i am going to get those skills as soon as possible

tariropeacemango
Автор

i want the logic behind the working of for loops, please explain!

ashishshah
Автор

Thanks for saving my spirit...this is very easy to understand

luckyjunihardi
Автор

Thank you so much for this helpful tutorial !!

Ashik_Bangladesh
Автор

I am very Happy for your video MargretPosh. You saved my from my trainer :) :)
 

gangaaravind
Автор

Omg
You are very smart
I love the way you explain everything
Thank you very much and
God bless you

niazferdous
Автор

hey superb logic u r awesome...teacher....

MrVikasmsampath
Автор

There is no need for the static or private keyword for your pattern method.

1: Instance methods can access static data.
2. Only one class with no mutators/accessors.

thietmarosgar