Advertisement
Guest User

Untitled

a guest
May 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BOO 0.59 KB | None | 0 0
  1. Console.BackgroundColor = ConsoleColor.Black;
  2.              Hiba:
  3.             Console.Clear();
  4.             Console.WriteLine("                             Születésnap adatbázis");
  5.             Console.WriteLine("");
  6.             StringBuilder nev = new StringBuilder();
  7.             string szokoz = " ";
  8.             int hiba = 0;
  9.             string buffer;
  10.             int szamlalo = 0;            
  11.             Console.ForegroundColor = ConsoleColor.Red;
  12.             Console.WriteLine("Írd be a kereset személy vezetéknevét!");
  13.             Console.ForegroundColor = ConsoleColor.White;
  14.             buffer = Console.ReadLine();
  15.             Console.WriteLine("");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement