โ Back to Classes
Question 208
Point Class
Point Class
Create a classPointwith a constructor taking x and y, and aToText()method that returns "(x, y)". Do NOT write a Main method. For Point(3, 7) the program prints '(3, 7)'.
Expected Output:
(3, 7)
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.