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
Math,
2 months ago
Math,
2 months ago
English,
2 months ago
Social Sciences,
4 months ago
Social Sciences,
1 year ago