Guest User

Untitled

a guest
Apr 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. char g = 'P';
  2. char a = 'L';
  3. char h = 'I';
  4. char d = 'i';
  5. char e = 'j';
  6. char c = 'c';
  7. char f = 'e';
  8. char i = 'Č';
  9. char b = 'e';
  10. char j = 'A';
  11.  
  12. Console.WriteLine("Chceš vidět tajemství roku 2011? ");
  13. Console.ReadKey();
  14.  
  15. Console.WriteLine("{0}{1}{2}{3} {4}{5} {6}{7}{8}{9}\n", a, b, c, d, e, f, g, h, i, j);
  16. Console.ReadKey();
Add Comment
Please, Sign In to add comment