Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.lang.String;
- import java.util.*;
- public class Prova_strings {
- public static void main(String[] args) {
- String nome;
- Scanner input = new Scanner (System.in);
- System.out.println("scrivere!");
- nome=input.nextLine();
- System.out.println(nome.replace(" ", "*"));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment