Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import java.util.*;
  2. public class pub {
  3.  
  4. public static void main(String[] args)
  5. {
  6. Scanner s=new Scanner(System.in);
  7. int a;
  8. a=s.nextInt();
  9. double c=a*0.0254;
  10. System.out.print(c);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement