correct the following program and what the output of inches when the user input data is [feet=26 and .inch=11.3]

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
correct the following program and
what the output of inches when the
user input data is [feet=26 and
* .inch=11.3]
class Distance
{ int feet; float inches;
public:
void setdist(int ft, float in)
{ feet ft; inches in; }
void getdist()
{cout <<"Enter inches: "; cin >> inches;
cout <<"Enter feet: "; cin >> feet }
void showdist(void)
{ cout <« feet <« "V-" « inches; }
};
void distance: sum(distance d1, distance d2)
{ feet=d1.feet+d2.feet*0.5;
inches=d1.inches+d2.inches*2.50;}
int main(){
Distance dist1, dist2;
dist1.set dist(17, 9.50);
dist2.getdist();
Distance dist3;
dist3.sum(dist1, dist2);
return 0;}
40<inches<30
30<inches<40
20<inches<25
10<inches<20
Transcribed Image Text:correct the following program and what the output of inches when the user input data is [feet=26 and * .inch=11.3] class Distance { int feet; float inches; public: void setdist(int ft, float in) { feet ft; inches in; } void getdist() {cout <<"Enter inches: "; cin >> inches; cout <<"Enter feet: "; cin >> feet } void showdist(void) { cout <« feet <« "V-" « inches; } }; void distance: sum(distance d1, distance d2) { feet=d1.feet+d2.feet*0.5; inches=d1.inches+d2.inches*2.50;} int main(){ Distance dist1, dist2; dist1.set dist(17, 9.50); dist2.getdist(); Distance dist3; dist3.sum(dist1, dist2); return 0;} 40<inches<30 30<inches<40 20<inches<25 10<inches<20
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY