Skip to content

icehap001/OOAD2560-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

#include <stdio.h> main( ) { printf("hello, Paramed\n"); }

#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

Object Oriented Analysis and Design 2560

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors