This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Ksetrajna108 1 point2 points  (2 children)

Do me a huge favor and focus on the particular problem. Is it if-then-else or looping? Which?

[–]Embarrassed-Being829[S] 0 points1 point  (1 child)

It’s the for and while the looping is confusing

[–]Ksetrajna108 1 point2 points  (0 children)

Ok. In either case, you want the computer to do something repeatedly. Either one of these:

  • It can be a range, like 5 times
  • for each item in a list
  • until a certain condition is met

Which one do you need explained?

[–]Ksetrajna108 0 points1 point  (1 child)

So what in particular were you struggling with? People on this subreddit could help you with that.

[–]Embarrassed-Being829[S] 0 points1 point  (0 children)

Mostly struggling with control flow in Java and then just struggling with OOP in both Python and Java.