Guest User

Untitled

a guest
Oct 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. public class DPS {
  3.  
  4. public static void main(String args[]){
  5. int min = 89;
  6. int max = (120+34+12);
  7. double avg = (max - min)/2;
  8. double speed = 0.85;
  9. System.out.print((double)avg/speed);
  10.  
  11. }
  12. }
Add Comment
Please, Sign In to add comment