✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Trace the output of the below C code for n=19.99
#include <stdio.h>
int main()
{
int n;
if (scanf("%d", &n))
printf("Good");
else
printf("Class");
return 0;
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!