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
Science,
22 days ago
Math,
22 days ago
India Languages,
22 days ago
Computer Science,
1 month ago
Accountancy,
1 month ago
Geography,
8 months ago