Advertisement
Guest User

1

a guest
Dec 13th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class prueba {
  4.  
  5. public static void main(String[] args) {
  6. float a=0;
  7. Scanner sc = new Scanner(System.in);
  8.  
  9. a = sc.nextFloat();
  10.  
  11. System.out.println(a);
  12.  
  13.  
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement