Asteele920

Untitled

Jan 25th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. If (price > budget){
  2. System.out.PrintIn(“Too expensive.”);
  3. }
  4. Else{
  5. System.out.PrintIn(“Just Right”);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment