Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. byte age = 18;
  2. sbyte temperatureInEarth = 18;
  3. short balance = 10000;
  4. ushort dayProfit = 1000;
  5. int someIntValue = -234;
  6. uint someUIntValue = 0;
  7. float userPenisSize = 13.0f;
  8. double someDoubleValue = 10.0;
  9. string userName = "2PAC";
  10. char alphabetChar = 'a';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement