Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ Can you show me how to convert a fraction to a decimal in the implementation definition. This is my code and it prints but
C++ Can you show me how to convert a fraction to a decimal in the implementation definition. This is my code and it prints but it gives me the wrong answer. I'm trying to convert a fraction to a decimal.
double fraction: :getDecimal()const double num1-numerator; double denom denominator double fraction deci (numi,denom) | return deci
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