Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package javaapplication2;
  2.  
  3.  
  4. public class JavaApplication2 {
  5.  
  6. public static void main(String args[]) {
  7. char[] imie = { 'K', 'r', 'y', 's', 't', 'i' , 'a', 'n'};
  8. String moje = new String(imie);
  9. System.out.println( moje );
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement