Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package com.company;
  2. import java.util.*;
  3. import java.math.*;
  4. import java.io.*;
  5. import java.io.IOException;
  6.  
  7. public class Main {
  8. public static void main(String[] args) throws IOException{
  9. int a = System.in.read();
  10. int b = System.in.read();
  11. float f = a / b;
  12. System.out.printf("%2f",f);
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement