input and output statements /section 1
1)Write a program to print “Hello World!”
2) WELCOME ALIENS
3) ROBOT
4)NEWSPAPER REPORT
printf ("TSUNAMI REPORT OF JAPAN \n The number of people\n1)dead:%d\n2)injured:%d\n3)safe:%d\n please help the people who are suffering!!!",a,b,c);
return 0;
}
No comments:
Post a Comment