Asked by Isaiah

Write pseudocode to represent the logic of a program that allows the user to enter a value for hours worked in a day. The program calculates the hours worked in a five day week and the hours worked in a 252 day work year. The program outputs all the results

Answers

Answered by Damon
read h
w = 5 * h
y = 252 * w
print h , w , y
end
Answered by Damon
whoops
read h
w = 5 * h
y = 252 * h
print h , w , y
end
Answered by amber Fisher
put this in
"Represent the logic of a program that allows the user to enter a value for one edge of a cube. The program calculates the surface area of one side of the cube, the surface area of the cube, and its volume. The program outputs all the results."
to Flowgorithm.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions