SnowPhoenix347

1.1 Переменные

Oct 23rd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.53 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 Cslight15
  8. {
  9.     class Program
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             uint age;
  14.             int sum;
  15.             byte number_player;
  16.             sbyte range_player;
  17.             long price;
  18.  
  19.  
  20.             bool equal_me;
  21.  
  22.             string slogan;
  23.             char symbol_1;
  24.  
  25.             float probability;
  26.             double multiplier;
  27.         }
  28.     }
  29. }
Add Comment
Please, Sign In to add comment