project-team-g

project-team-g created by GitHub Classroom


Project maintained by csci3250-2019 Hosted on GitHub Pages — Theme by mattgraham

Introduction

HI ALL! Welcome to this project

All of you should create a file named 1155xxxxxx.md (with your own SID) in the _stu folder, for grading (If I am correct).

The file you must read: It includes all the details and tasks you need to do. CSCI3250+3251 Project Milestone #3

There are 5 issues in this project, here is a brief summary of all of them (You should refer to the link above for details)

Code

#include <stdio.h>

void yuekalong(){
   printf("Hi I am Yue Ka Long");
}
//defined a random function
int abc(int x)
{
   return x++;

}
int main()
{
   int i, num;
   printf("How many times you want to be greeted? XD\n");
   scanf("%d", &num);
   for(i=0; i<num; i++){
      printf("Hello, World!\n");
   }

   //self introduction
   yuekalong();

   printf("%d",abc(num));
   printf("Bye Bye World!");
   return 0;
}

Build Status

Contributors

  1. CHAO Yu (@YuChaoGitHub)
  2. Au-Yong Jeremy Wai-him @jauyong9

  3. So Chi Fung (@justinsochi)

  4. Cheung Ching Yin (@annyccy)

  5. Yui Hoi Ching (@jojoyui)

  6. Ng Chiu (@NgChiu)

  7. Yuen Ching Yin @chingyinyuen

  8. YAU, Tsun Hin @destiny0313

  9. Name: Lam Hiu Lui GitHub username: hljanelam

  10. NING JING JIE, Ethan @EthanNING

  11. FENG CHENGYU, William(@FCyu1999)

  12. Yau Chung Yiu, Oscar (@OscarYau525)

  13. name : Tam Siu Chi
    Github : tommyt4a

  14. Yue Ka Long @yuekalong

  15. Name: HUANG Honglan GitHub Name: ChloeisClever

Last Update Time

2019-04-26 12:58:02 +0000