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) ofChange 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 int main () /+ variable definition: int a, b, c /* variable initialization / a=10; b = 20; c=a+b; printf ("Integers (a,b) and sum (c) are : %d,ad,%d ", a,b,c); return 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!