Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class program
- {
- byte one = 1;
- sbyte two = 2;
- short three = 3;
- ushort four = 4;
- int five = 5;
- uint six = 6;
- float seven = 7.1f;
- double eight = 7.1323;
- char zero = '0';
- string text = "Hello World";
- bool canExit = true;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement