write algorithm and flowchart to find the biggest number among 3 numbers
Answers
Answered by
4
Answer:
FlowChart to find the largest of three numbers:
Below is the C program to find the largest among the three numbers: Example 1: Using only if statements to find the largest number. printf ( "%d is the largest number." , B); if (C >= A && C >= B)
Attachments:
Similar questions
English,
1 month ago
Physics,
1 month ago
Computer Science,
2 months ago
Accountancy,
2 months ago
Geography,
10 months ago