Advertisement
pol9na

Untitled

Feb 26th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. int age=23;
  2. short id=5;
  3. string name ="Roman";
  4. bool haveACar = false;
  5. char FirstNameSymbol='R';
  6. byte login = 30;
  7. sbyte password = 20;
  8. short MusicInplaylist = 1000;
  9. float timer=4.7f;
  10. double summ=6.2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement