Assignment

???????????????????????? 5 ????????????????????????????????????????????

Title : ???????????????????????? 5 ????????????????????????????????????????????
From āļĄāļĩāļ™āļēāļ„āļĄ 20, 2019 at 09:23 AM until āļĄāļĩāļ™āļēāļ„āļĄ 22, 2019 at 04:30 PM
Submission type : File (file required, description text optional)
Submission visibility : Only visible for teacher(s) and submitter(s)
Assignment type : Individual
Allow late upload : Users can submit after end date

Description

????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????????????????????

??

/* Program 2.5 Calculations with cookies */
#include <stdio.h>
int main(void)
{
?? ?? ??int cookies = 5;
?? ?? ??int cookie_calories = 125; /* Calories per cookie */
?? ?? ??int total_eaten = 0; /* Total cookies eaten */
?? ?? ??int eaten = 2; /* Number to be eaten */
?? ?? ??cookies = cookies - eaten; /* Subtract number eaten from cookies */
?? ?? ??total_eaten = total_eaten + eaten;
?? ?? ??printf("\nI have eaten %d cookies. There are %d cookies left",eaten, cookies);
?? ?? ??eaten = 3; /* New value for cookies to be eaten */
?? ?? ??cookies = cookies - eaten; /* Subtract number eaten from cookies */
?? ?? ??total_eaten = total_eaten + eaten;
?? ?? ??printf("\nI have eaten %d more. Now there are %d cookies left\n",eaten, cookies);
?? ?? ??printf("\nTotal energy consumed is %d calories.\n",
?? ?? ??total_eaten*cookie_calories);
?? ?? ??return 0;
}

??

??


   
Author(s) Last submission Submissions Feedbacks
   

āļ„āļĢāļđāļœāļđāđ‰āļŠāļ­āļ™āđƒāļ™āļĢāļēāļĒāļ§āļīāļŠāļē S6131041004 : ?????????????????????????????? ?????????????????????
āļœāļđāđ‰āļ”āļđāđāļĨāļĢāļ°āļšāļšāļ‚āļ­āļ‡ ChaiMCU Learning : āļ„āļĢāļđāļ˜āļ§āļąāļŠāļŠāļąāļĒ āļ„āļ‡āđ€āļ„āļ§āđ‡āļˆ
Phone : 089-655-0011
Powered by Claroline © 2001 - 2014