I’m learning how to program in java its my first ever language.
I have been looking around for a Definite answer to the if statements. Are the if statements loops?
Thank you in advance.
I’m learning how to program in java its my first ever language. I have
Share
Short answer, no, if statements are not loops.
I suggest you bookmark this http://docs.oracle.com/javase/tutorial/