Guest User

Untitled

a guest
Feb 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. while ((line = rd.readLine()) != null) {
  2.  
  3. line = rd.readLine();
  4.  
  5. while(e < alfabeto.length)
  6. {
  7. alfabeto[e]=(char)('A'+e);
  8. System.out.print(alfabeto[e]+";");
  9. System.out.println(line);
  10. e++;
  11. i++;
  12. }
  13.  
  14. }
Add Comment
Please, Sign In to add comment