Advertisement
Anonim_999

Untitled

Nov 29th, 2020
677
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.60 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace ConsoleApp5
  8. {
  9.     class Program
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             int goldCount = 100;
  14.             uint hight = 10;
  15.             bool isDead = false;
  16.             byte hightWorld = 255;
  17.             sbyte bottomWorld = -101;
  18.             short armor = 55;
  19.             ushort healthPoutionCount = 150;
  20.             int weightWorld = int.MaxValue;
  21.             uint boxCount = 150;
  22.             float speedCar = 220.5f;
  23.  
  24.         }
  25.     }
  26. }
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement