Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

I am taking a course at (CMIS 102) at UMUC and I would like to know what is wrong with the C code that I have written?

Hello,<br/><br/><br/>I am taking a course at (CMIS 102) at UMUC and

I would like to know what is wrong with the C code that I have written?

// C code
// This will calculate the quotient of Team X and Team Y
// Developer: Facility CMIS102
// Date: June 13, 2019
#include &lt;stdio.h&gt;
int main ()
{
/* variable definition: */
Float Team X, Team Y, quotient;
/* Initialize sum */
quotient = 12;
printf(“Enter a value for Team X\n”);
scanf(“%f”, &amp;Team X);
printf(“Enter a value for Team Y\n”);
scanf(“%f”, &amp;Team Y);
quotient = Team X/Team Y;
printf(“product is: %f\n ” , product );

return 0;
}

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"