Advertisement
dmitryEfremov

Untitled

Apr 10th, 2020
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.29 KB | None | 0 0
  1. class Dmitry
  2. {
  3. static void Main()
  4. {
  5.  
  6. int age = 10;
  7. sbyte temperature = -5;
  8. string youName = "Дмитрий";
  9. char firstLatter = 'Д';
  10. float cylinerRadius = 5.1f;
  11. double pi = 3.141592653589793;
  12. uint distanceMoon = 384401;
  13. bool consent = true;
  14. bool failure = false;
  15. byte time = 20;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement