#include main() { int mark; printf("Enter mark: "); scanf("%d",&mark); if (mark>=88 && (mark<=100)); { printf("of mark\n"); } printf("good luck"); }