#include"stdio.h" main() { int mark; printf("enter number: "); scanf("%d",&mark); if (mark>80 && (mark<=100)) { printf("A"); } printf("good luck"); }