Pirnogion

IJCSHW1

Sep 21st, 2025
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.51 KB | None | 0 0
  1. namespace CSLite1
  2. {
  3.     internal class Program
  4.     {
  5.         static void Main(string[] args)
  6.         {
  7.             ulong rabbitsCount = 2;
  8.             byte hammerDurability = 32;
  9.             float waterAmount = 100.0f;
  10.             bool isGoodVariable = true;
  11.             long playerHealth = 99;
  12.             uint storageCapacity = 1000000;
  13.             string randomName = "John";
  14.             ushort age = 22;
  15.             short inventorySize = 1000;
  16.             double successProbability = 0;
  17.         }
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment