Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using matlab code ENGR113: Introduction to Computing Using MATLAB Lab 6 Fall 2018 Part 2 (lab) a. Write a program that calculates and prints the
Using matlab code
ENGR113: Introduction to Computing Using MATLAB Lab 6 Fall 2018 Part 2 (lab) a. Write a program that calculates and prints the bill for a cellular company using two plans Plan Regular Premium Minutes 1200 2400 SMS 300 600 Monthly Rental 300 AED 450 AED e Local calls out of the included minutes are charged as 0.5 fils per second Local SMSs out of the included SMSs are charged as 18 fils per SMS i. Ask the user to enter the account number. A valid account number must contain 5 digits If the user inputs an invalid account number the user must re-enter the account ii. Ask the user to enter the plan code (The user will enter r or R for Regular service and p or P for Premium service). Assume correct input by the user ii. Ask the user to enter the number of minutes and number of messages. You may assume that the user will not enter a negative number iv. Calculate the amount due and print all entered details it to the screen Sample Run: Welcome to our bill calculator. Please enter the Account Number 4672 Incorrect! Please enter it again: 46728 Please enter the Plan Code:R Please enter Number of Minutes: 1230 Please enter Number of Messages: 340 Account Number: 46728 Plan: Regular Number of Minutes: 1230 Number of Messages: 340 Total Amount-316.20 AEDStep 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