Advertisement
rickyc81

Untitled

Sep 4th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. String nomeEcognome = nomeCliente + " " + cognomeCliente;
  2. String cognomeEnome = cognomeCliente + " " + nomeCliente
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement