Vastimofeev

Урок 1 Задача 1

Jan 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. int a = -10;
  2. short b = 20;
  3. int summ = a+b;  
  4. byte c = 8;
  5. double peremennaya_s_tochkoi = 7.16;
  6. float peremennaya_s_tochkoi_i_f = 7.16f;
  7. string stroka = "stringi";
  8. char symbol = "c";
  9. bool pravda_ili_lozh = true;
  10. uint _a = 10;
Add Comment
Please, Sign In to add comment