Luzimeire Nascimento
Results
1
comments of
Luzimeire Nascimento
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class EntrevistaEmbaracosa { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String proximaPalavra = null; while ((proximaPalavra...