Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. using System;
  2.  
  3. namespace TheTaskOne
  4. {
  5. class Program
  6. {
  7. static void Main(string[] args)
  8. {
  9. int homePage = 1;
  10. uint livingPeaple = 100;
  11. short basicLvl = -20;
  12. long answer = 15;
  13. ulong task = 100000000000000000;
  14. int erorSystem = 404;
  15. float waySuccess = 9.9f;
  16. char plus = '+';
  17. string call = "Звонок";
  18. double age = 1.5;
  19.  
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement