2. Two football teams, C and F, play against each other and have their final sco
ID: 3870674 • Letter: 2
Question
Explanation / Answer
2. if(scoreC==scoreF)
printf("Game was tied");
else if(scoreC>scoreF)
printf("C won the game");
else
printf("F won the game");
3.
#include<stdio.h>
int main()
{
int n;
scanf("%d",&n);
if(n>=70&&n<=80)
printf("IN RANGE");
else
printf("OUT OF RANGE");
}
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.