write an algoritm to display first ten multiples of 9
Answers
Answered by
1
Answer:
if u think that my answer is correct then follow me and mark me as brainliest
Explanation:
Write an algorithm to display the first 10 multiples of 9.
Solution: Step 1: Start the algorithm. Step 2: Display 9*1. Step 3: Display 9*2.
Answered by
5
Answer:
Solution:
Step 1: Start the algorithm.
Step 2: Display 9*1.
Step 3: Display 9*2.
Step 4: Display 9*3.
Step 5: Display 9*4.
Step 6: Display 9*5.
Step 7: Display 9*6.
Step 8: Display 9*7.
Step 9: Display 9*8.
Step 10: Display 9*9.
Step 11: Display 9*10.
Step 12: End the algorithm.
Similar questions