Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q7.(20 points) Write a tariff class for a GSM operator that has minutes as integer, textMessages as integer, and mobileData as double as class attributes.
Q7.(20 points) Write a tariff class for a GSM operator that has minutes as integer, textMessages as integer, and mobileData as double as class attributes. When the tariff is purchased 1000 minutes, 500 textMessages, and 10GB data are loaded. The class will have AddMinutes that loads 500 minutes and 100 textMessages as bonus for every 20 TLs, AddData that loads 10 GB for every 50 TLs. Plus, write RemainingBalance to print out remaining usages on the screen. Write a test class that buys the tariff and loads 40 TLs for minutes and 150 TLs for the data and prints out the balance of the tariff
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started