project-team-b created by GitHub Classroom
Task1: This repo help us to set up READ.ME (using Markdown).
Task2: This repo serves as Project MileStone 3 for CSCI 3250-3251 where we need to use include_relative while editing READ.ME
Task3: This repo teaches us to use Kanban template for automation in project board .
Task4: This repo uses Github to host a mini-website and includes a code snippet written in C.
Task5: Promote our work in CSCI3250 organization.
#include <stdio.h>
int main()
{
unsigned int num;
char c;
printf("Hi\n");
printf("Do you like egg tarts? y/n? \n");
while(1){
scanf(" %c" , &c);
if ( c == 'y'){
printf("You have good taste!\n");
break;
}
else if ( c == 'n'){
printf("What a pity!\n");
break;
}
else printf("Please enter only y or n! \n");
}
printf("I like egg tarts.\n");
printf("How many egg tarts have I eaten today?\n");
scanf("%u", &num);
printf("OMG! There's totally %u Cal !!!\n", num*217);
printf("Carson wants to eat all of them!\n");
printf("There is just totally %u Cal.\n",num*217);
printf("SO I eat %u egg tarts everyday.\n",num);
if(num <= 10)
printf("Carson is still healthy!\n");
else
printf("So bad, Carson is becoming a fat guy...\n");
return 0;
}
MUKHIDA, Ali Ahad @ali-ahad
LAM, Hi @LamHi
KAM, Wing Hang @coffee-hamster
BUT, Chi Hin @bpr4110
CHOI, Ki Fung @KirosC
ANDY NGUYEN @andynguyen1
LAW, Hei Yiu @emilyelhy
WONG, Kin Chi @charlie2299
CHEUNG, Yu Shing @CheungYuShing
CHONG, Winky @ecxcxcx
SHANG, Si Qi @Niabubu
CHAN, Chun To @carsonchan96
LI, Kin Sing @a0030609
LI, Ming Zi @nathanlmz
WEI, Qi @Charlotte-WQ
YE, Hong Yu @wbxqmll
KWAN, Ting Fung @adriankwan108
LUO, Zhi Ji @LuoZhiji
Last Edit Time: 2019-04-24 18:17:53 +0000