#include<stdio.h>
int main(void)
{
quantitiy;
float wt_bar, wt_total;
printf("Enter the quantity of candy bar");
scanf( );
printf("Enter the weight of one bar");
scanf( );
wt_total =
/* print the total number of candy bar *
/*print the weight of one bar */
/*print the total weight of candy bar*/
Can any one please help me out, a friend of mine send me this, and he is now in a middle of a test, I know C++, but the problem is that I don't know anything about C