Code: 1 #include 2 3 float computeBusCost (float Distance) { float Cost; 11 12 13 14 15 16 17 18 19 20 21 8Ⓡ0123鳞5拓刀粥9012345 36 24 25 26 27 int main() { 37 38 41 44 46 47 48 49 50 if (??[Q1]??) // 1) computeBusCost, condition 1 fCost 15.5 fDistance; ??[02]?? // 2) computeBusCost, conditional construct fCost = 275.0; return fCost; 57 float computeTrainCost(float Distance) { float Cost; if (??[Q3]??) // 3) computeTrainCost, condition 1 fCost 200.00; else if (fDistance ??[Q4]?? // 4) computeTrainCost, fare calculation 2 ??[05]?? // 5) computeTrainCost, conditional construct fCost = 550.0; return fCost; float fBalance, fDistancebus, fDistanceTrain; float +BusCost = 0, +TrainCost = 0; printf("Enter 15) scanf("%f", &fBalance); printf("Enter Distance (in kn) that you will travel via Bus: "); scanf("%f", &fDistanceBus); printf("Enter Distance (in kn) that you will travel via Train: "); scanf("%f", &fDistanceTrain); } else { Balance: "); if (??[Q6]??) { // 6) invalid input condition printf("Invalid Input!"); fBusCost = ??[Q7]??; // 7) bus cost calculation TrainCost = ??[Q8]??; // 8) train cost calculation printf("Total Bus Fare will be PHP %.2f\n", fBusCost); printf("Total Train Fare will be PHP %.2f\n", TrainCost); if (??[Q9]??) { // 9) check if user can afford condition printf("You do not have enough balance."); } else { return 0; printf("You have enough balance.");
Code: 1 #include 2 3 float computeBusCost (float Distance) { float Cost; 11 12 13 14 15 16 17 18 19 20 21 8Ⓡ0123鳞5拓刀粥9012345 36 24 25 26 27 int main() { 37 38 41 44 46 47 48 49 50 if (??[Q1]??) // 1) computeBusCost, condition 1 fCost 15.5 fDistance; ??[02]?? // 2) computeBusCost, conditional construct fCost = 275.0; return fCost; 57 float computeTrainCost(float Distance) { float Cost; if (??[Q3]??) // 3) computeTrainCost, condition 1 fCost 200.00; else if (fDistance ??[Q4]?? // 4) computeTrainCost, fare calculation 2 ??[05]?? // 5) computeTrainCost, conditional construct fCost = 550.0; return fCost; float fBalance, fDistancebus, fDistanceTrain; float +BusCost = 0, +TrainCost = 0; printf("Enter 15) scanf("%f", &fBalance); printf("Enter Distance (in kn) that you will travel via Bus: "); scanf("%f", &fDistanceBus); printf("Enter Distance (in kn) that you will travel via Train: "); scanf("%f", &fDistanceTrain); } else { Balance: "); if (??[Q6]??) { // 6) invalid input condition printf("Invalid Input!"); fBusCost = ??[Q7]??; // 7) bus cost calculation TrainCost = ??[Q8]??; // 8) train cost calculation printf("Total Bus Fare will be PHP %.2f\n", fBusCost); printf("Total Train Fare will be PHP %.2f\n", TrainCost); if (??[Q9]??) { // 9) check if user can afford condition printf("You do not have enough balance."); } else { return 0; printf("You have enough balance.");
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education