Skip to content

Instantly share code, notes, and snippets.

@yubrajpokharel
Created January 16, 2023 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yubrajpokharel/5b1df727d0125f50ab84d286e4ae46d5 to your computer and use it in GitHub Desktop.
Save yubrajpokharel/5b1df727d0125f50ab84d286e4ae46d5 to your computer and use it in GitHub Desktop.
if (age >= 18) {
System.out.println("You are an adult.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment