Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ConsoleApp1
- {
- internal class Program
- {
- static void Main(string[] args)
- {
- int age = 10;
- uint floor = 4;
- string name = "Boris";
- bool isWork = false;
- float weight = 1.0f;
- short roomNumber = 234;
- ushort uccountNumber = 11111;
- char sumbol = '@';
- byte busNumber = 168;
- sbyte streetNumber = 11;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment