Computer Science, asked by Koushaniacharya7b, 6 hours ago

Complete the algorithm to convert dollar to Rupees(1 dollar= Rs.74)​

Answers

Answered by MichMich0945
0

Algorithm:

  1. Start.
  2. Require dollar.
  3. rupee = dollar × 74
  4. Print rupee
  5. Exit.

Hope this helps you!

Similar questions