Question: Specify, design, and implement a class where each object keeps track of a large integer with up to 100 digits in base 10. The digits

Specify, design, and implement a class where each object keeps track of a large integer with up to 100 digits in base 10. The digits are stored in an array of 100 elements, and the sign of the number if stored in a separate instance variable, which is +1 for a positive number and -1 for a negative number.

The class should include several convenient constructors, such as a constructor to initialize an object from an ordinary int. Also write methods to provide the usual arithmetic operations (such as addition), arithmetic comparisons (to carry out comparisons on these big numbers), an input method, and an output method.

This is in Java

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!