Advertisement
dsavov_02

Untitled

Nov 2nd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. int age = int.Parse(Console.ReadLine());
  2. if (age >=18)
  3. {
  4. Console.WriteLine("in discooo!!!");
  5. }
  6. else
  7. {
  8. Console.WriteLine("bqgai ot tuka be lapeshor");
  9. }
  10. Console.WriteLine("Bye bye!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement