Guest User

Untitled

a guest
Sep 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import java.util.Scanner;
  2. class binario{
  3. public static void main(String[] args){
  4. Scanner sc = new Scanner(System.in);
  5. System.out.print("Digite um numero: ");
  6. int bi = sc.nextInt();
  7.  
  8. while (){
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment