Guest User

Untitled

a guest
Dec 10th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. public class eserciziotredici
  2. {
  3.     String eserciziotredici (String[]A){
  4.         int n=A.length;
  5.         String b=""+A[0].charAt(A[0].length()-1)+A[n].charAt(A[n].length());
  6.         return b;
  7.     }
  8. }
Add Comment
Please, Sign In to add comment