Mrgentledolphin

spazi

Feb 9th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. import java.lang.String;
  2. import java.util.*;
  3. public class Prova_strings {
  4.  
  5.     public static void main(String[] args) {
  6.  
  7.         String nome;
  8.         Scanner input = new Scanner (System.in);
  9.         System.out.println("scrivere!");
  10.         nome=input.nextLine();
  11.         System.out.println(nome.replace(" ", "*"));
  12.  
  13.        
  14.        
  15.     }
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment