CodePudding user response:
# include & lt; Stdio. H>
Int main ()
{
Int a, b, c;
Float av;
Printf ("... \n");//... Is that a bunch of words
The scanf (" % d % d % d ", & amp; A, & amp; B, & amp; C);
Av=(a + b + c)/3.0;
Printf (" av=% f \ n ", av);
return 0;
}
To try this
CodePudding user response:
Can run for a moment, and I have a question, so why not me this code?CodePudding user response:
The scanf inside, there was a comma is wrong,CodePudding user response:
CodePudding user response:
Oh, I see you it's omega