write an alogithm to find the greatest number between two numbers
Answers
Answered by
1
Answer:
Showing results for write an algorithm to find the greatest number between two numbers
Search instead for write an alogithm to find the greatest number between two numbers
हिंदी में खोजें
दो संख्याओं के बीच सबसे बड़ी संख्या ज्ञात करने के लिए एक एल्गोरिथ्म लिखें
Answer
Step 1: Start.
Step 2: Read a, b . / * a, b two numbers */
Step 3: If a>b then /*Checking */
Display “a is the largest number”.
Otherwise.
Display “b is the large
Similar questions