Good night, I need to do a TAD point implementation, I'm getting to do in Python, but the problem is that it should be implemented in Java and I have no idea how to get started.
import math
class Ponto(object):
def __init__(self, x=0, y=0):...
asked by
09.05.2018 / 05:32