Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. int hours = 2300;
  2. int from = 1500;
  3. int to = 2200;
  4.  
  5. // get remainder hours
  6. int result = hours - from + to
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement