CJCoding With Joseph
15per day

Point Class

Create a class Point with a constructor taking x and y, and a ToText() 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.