โ Back to Classes
Question 205
Person Class
Person Class
Create a classPersonwith a constructor that takes a name and an age, and aDescribe()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.