Don't wanna be here? Send us removal request.
Photo

Jollibee is an authentic Philippine fast food chain #chickenaftersomebeer #breakfromdiet
0 notes
Text
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr;
*/
spring - Marc 21-June 20
summer - June 21-Sptember 22
fall - Septemjber 23- December 21
winter - December 22-March 20
*/
int M;
int D;
printf(”Input integer value for M: “);
scanf(”%d” ,&M);
printf(”Input an integer value for D: “);
scanf(”%d” ,&D);
0 notes
Photo


A C Program that shows the remark of the corresponding range of grades.
I.e.
* 96-100 ==> EXCELLENT
* 91-95 ==> VERY GOOD
* 86-90 ==> GOOD
* 81-85 ==> FAIR
* 75-80 ==> NEED IMPROVEMENT
* 74-0 ==> BETTER LUCK NT
* else ==> OUT OF RANGE
1 note
·
View note
Photo

Write a C program that asks the user to enter letter and will display corresponding output. Example: a= Alpha B=Bravo C=Charlie D=Delta else=not in the list
0 notes
Photo

Task: Write a C program that will ask the user to input age and display the output whether Minor or Adult.
0 notes
Link
0 notes