Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Class1
- {
- string person = "John";
- int age = "32";
- public void ageJohn()
- {
- Console.WriteLine(person " is " age)
- }
- }
- //See some of my other scripts such as my most recent Python and Javascript scripts:
- //https://pastebin.com/TK6AqMHk
- //https://pastebin.com/yH3GYshu
- //Or see more of my C# scripting:
- //https://pastebin.com/u4GYShjb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement