Asteele920

Untitled

Jan 25th, 2020
38
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, your budget is ” + budget);
  3. }
  4. Else{
  5. System.out.PrintIn(“Just Right”);
  6. }
Add Comment
Please, Sign In to add comment