program to find the maximum of three numbers with IF satement
Answers
Answered by
1
Answer:
the program uses only statement to find the largest number. Example #1. #lnclude <stdio.h> ;main ();{; double n1,n2 ,n3;; print("entre three different numbers
Similar questions