Advertisement
AziLif

Переменные

May 24th, 2024 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.41 KB | None | 0 0
  1. namespace ConsoleApp3
  2. {
  3.     class Program
  4.     {
  5.         static void Main(string[] args)
  6.         {
  7.             byte level;
  8.             int attack;
  9.             short reputation;
  10.             long lifeOfTheUniverse;
  11.             uint coins;
  12.             float manaPoint;
  13.             double dodgeChance;
  14.             char pictureNumber;
  15.             string nickName;
  16.             bool isHeroWin;
  17.         }
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement