Neon1x1st

1st homework

Mar 3rd, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. int health = 10;
  2. float damage = 10f;
  3. bool checkIn = true;
  4. double jumpForce = 10d;
  5. byte b;
  6. sbyte sb;
  7. long l;
  8. ulong ul:
  9. short sh;
  10. ushort ush;
Advertisement
Add Comment
Please, Sign In to add comment