Lab 2: the MobilePhone class

Create a MobilePhone class that stores load left (as a double) in pesos, total minutes called (as an int), and rate (as a double) in pesos per minute. Load and minutes consumed start at 0, rate starts at 6.50 pesos/minute.

Support the following methods:

Use if statements to ensure that: Write this program in BlueJ and test the class by creating objects and running methods on that object. Zip your BlueJ project and submit through moodle . Make sure you have your name and a class description written in your class and your zip file is named Lab2xxxxxx.zip, where xxxxxx is your id number.