Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Java if statements are easy! 🤔
Play lesson

Java tutorial for beginners ☕ - Java if statements are easy! 🤔

5.0 (4)
40 learners

What you'll learn

This course includes

  • 12 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#java #javatutorial #javacourse // if statement = performs a block of code if its condition is true if(isStudent){ System.out.println("You are a student! 🏫"); } else{ System.out.println("You are NOT a student 🏢"); }

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere