Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. if (variable == comparison)
  2. {
  3.     if (variable == comparison)
  4.     {
  5.         do this;
  6.     }
  7.    
  8.     if (variable == comparison)
  9.     {
  10.         do this;
  11.     }
  12.  
  13.     //as many things as you want to put in here.
  14. } //close curly brackets end the scope of stuff to include.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement