CJCoding With Joseph
15per day

Person Class

Create a class Person with a constructor that takes a name and an age, and a Describe() method that returns "name is age". Do NOT write a Main method.

For Person("Mia", 20) the program prints 'Mia is 20'.

Expected Output:

Mia is 20
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.