Pseudocode to represent the logic of a program


  • Draw a flowchart or write pseudocode to represent the logic of a program that allows the user to enter a value for the radius of a circle. The program claculates the diameter by muliplying the radius by 2, and then calculates the circumfrence by multiplying the diameter by 3.14. The program outputs both the diameter and circumfrence.
  • Draw a flowchart or write psuedocode to represent the logic of a program that alllows the user to enter three values . The values rpesent hourly pay rate, the number of hours worked this pay period, and the precentage of gross slary that is withheld. the program muliplies the hourly pay rate by the number of hours worked, giving the gross pay. Then, it mulitplies the gross pay by the withholding percentage, giving the withholding amount. Finally, it subtracts the the withholding amount from the gross pay, giving the net pay after taxes. the program outputs the net pay.

Request for Solution File

Ask an Expert for Answer!!
Other Subject: Pseudocode to represent the logic of a program
Reference No:- TGS0151501

Expected delivery within 24 Hours