Question: Change the C code to calculate the quotient ( e.g. a/b) of two floats (e.g. 2.3/1.5).Hint: Use float variable types as opposed to integers. What
Change the C code to calculate the quotient ( e.g. a/b) of two floats (e.g. 2.3/1.5).Hint: Use float variable types as opposed to integers. What happens if the denominator is 0.0? Support your experimentation with screen captures of executing the new code
IC code // This program will sum two integer numbers to yield a third integer number. // Developer: Faculty CMIS102 // Date: Jan 31, XXXX #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
