Advertisement
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 Leson01
- {
- class Program
- {
- static void Main(string[] args)
- {
- int numberOfLives = 5;
- double factorySalary = 30000.5;
- bool walking = false;
- string userMessages = "Want to eat";
- char characterFromUser = ')';
- long cardNumber = 75545656454;
- float buildersSalary = 12454.75f;
- byte downloadgames = 234;
- sbyte amountOfMoney = -50;
- ushort roadLength = 5657;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement