Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.62 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 ConsoleApp2
  8. {
  9.     class Program
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             byte uroven = 122;
  14.             sbyte harizma_elf1 = -127;
  15.             short cena_short_polka3 = 250;
  16.             int kol_vo = 65536;
  17.             string soobshenie = "Привет Андрей";
  18.             bool kurs_top = true;
  19.             bool kurs_dorogo = false;
  20.             long malo_mesta = 1;
  21.             double lohhness = 2.5;
  22.             char smile = 'X';
  23.  
  24.  
  25.         }
  26.     }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement