Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int a = -10;
- short b = 20;
- int summ = a+b;
- byte c = 8;
- double peremennaya_s_tochkoi = 7.16;
- float peremennaya_s_tochkoi_i_f = 7.16f;
- string stroka = "stringi";
- char symbol = "c";
- bool pravda_ili_lozh = true;
- uint _a = 10;
Add Comment
Please, Sign In to add comment