Computer Science, asked by vutukuruharini, 3 months ago

write an algorithm to find out biggest among two numbers​

Answers

Answered by Anonymous
4
  • 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 largest number”.
Answered by Anonymous
0

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 largest number”.
Similar questions