Home > Back-end >  The c language
The c language

Time:03-19

For bosses to solve

CodePudding user response:

This is to send subtopic
 # include 

Int main ()
{
Float ach, hwork, test, post, mid, exper, final;
Printf (" please input the score \ n \ n (unit test grade discussion Posting the mid-term grades experiment final grade) \ n \ n ");
The scanf (" % f % f % f % f % f % f ", & amp; Hwork, & amp; Test, & amp; Post, & amp; Mid, & amp; Exper, & amp; Final);
Ach=(hwork + post) + (test + mid) * 0.15 * 0.05 * 0.1 + + exper final * 0.5;
Printf (" C language course grade: % 2 f \ n ", ach);

return 0;
}
  • Related