Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write the pseudo code of the following start housekeeping output Phone payment calculator Declarations num customerid num callsMade num call Minutes num customerBill num CALLS
write the pseudo code of the following
start housekeeping output "Phone payment calculator" Declarations num customerid num callsMade num call Minutes num customerBill num CALLS = 100 num MINUTES = 500 num BASIC_SERVICE = 30.00 num PREMIUM - 20.00 input customerid, callsMade, callMinutes return housekeeping) finish Yes not eof? detail Loop() output "Program ended" No detailLoop() finish() return customerBill BASIC_SERVICE stop No Yes callsMade > CALLS? No Yes callMinutes > MINUTES? customerBill customerBill PREMIUM output customerid, callsMade, calls made; used ", call Minutes, "minutes. Total bill s", customerBill input customerId, callsMade, callMinutes returnStep 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