Need help on this java program.
Define a rational class with 3 constructors, a tostring method, setter, and getters. define arithmetic methods for add, substract, multiply, divide, and negate. the negate method will return the neagtive of the calling rational object.