From Python To Java (Part 2) — If Else Loops

This series of articles is written for those of you who are somewhat comfortable in Python, and are looking to pick up some Java. In this article, we’ll run through the difference in writing if-else loops in Python and in Java.
Relational Operators
Relational operators (equals, greater than etc) are the same in Python and Java