Additional Algorithms for Practice

  1. Write pseudocode for the logic of a program that allows the user to enter a number of dollars and convert it to Euros and to Japanese yen.
  2. Write pseudocode for the logic of a program that allows the user to enter values for a salesperson’s base salary, total sales, and commission rate. The program computes and outputs the salesperson’s pay by adding the base salary to the product of the total sales and commission rate.
  3. Write pseudocode for a program that inputs a start time and stop time (by pressing a button on a stop watch) and then computes and outputs the elapsed time in minutes and seconds.