Java if statements are easy!

7 Views
Published
#java #javatutorial #javacourse

// if statement = performs a block of code if its condition is true

if(isStudent){
System.out.println("You are a student!
Category
Bro Code
Tags
java tutorial, java course, java programming
Be the first to comment