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