poohpaintii / CL60-01

Computer Laboratory 2560-Lab01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#include <stdio.h> int main() { char yourname[100]; printf("What is your name?\t"); scanf("%s",yourname); printf("hello,%s\n",yourname); printf("Goodbye\n"); }

About

Computer Laboratory 2560-Lab01