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