#include
void main() { int a,b,c,d; printf("enter the four numbers : "); scanf("%d%d%d%d",&a,&b,&c,&d);
//if first number is greater than second number if(a>b) {//if first number is greater than third number if(a>c) {//if first number is greater
The Magician Of Linux
0 comments:
Post a Comment