import java.util.*; /* * Data una stringa in ingresso controlla se contiene caratteri N e rimuove tutte le occorrenze del carattere N dalla stringa */ public class ProcessString{ /* * Implementazione che cicla sulla stringa */ /* public static String replaceAwithT(String s){ System.out.println("replacing"); String res = new String(); for(int i = 0; i