Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class program
- {
- byte age = 1;
- sbyte sum = 2;
- short number = 3;
- ushort time = 4;
- int appleCount = 5;
- uint seedCount = 6;
- float weight = 7.1f;
- double height = 7.1323;
- char zero = '0';
- string text = "Hello World";
- bool canExit = true;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement