Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

x Canvas 4 X COB -Windows: controlta (mark), control+c (copy), control+v(paste) -MAC:cmdta (mark), cmd+c (copy).cmdtv (paste) Question 1 8 pts (8 marks) Write a C++

image text in transcribed

x Canvas 4 X COB -Windows: controlta (mark), control+c (copy), control+v(paste) -MAC:cmdta (mark), cmd+c (copy).cmdtv (paste) Question 1 8 pts (8 marks) Write a C++ program that takes two positive integers from an interactive user, call them "num" and "denom", treats them as the numerator and denominator of a fraction, and reduces the fraction by dividing numerator and denominator by the greatest common divisor of the two integers (i.e., the largest positive integer that divides each of the integers). The program should display a message "fraction error" to indicate failure to reduce if either of the two arguments is zero or negative, and should display the fraction after reduction otherwise. For example, if num and denom have been declared to be integer variables in the program, then int num = 9 endo

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions