Write a program to find the program on nested if greatest of three numbers
Answers
Answered by
0
Answer:
if a>b,a>c
printf("greatest number is a")
if b>a,b>c
printf("greatest number is b")
else
printf("greatest number is c");
Similar questions
Biology,
1 month ago
Math,
1 month ago
Social Sciences,
3 months ago
Social Sciences,
10 months ago
History,
10 months ago