TZinovieva

Required Reading

Jan 19th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function requiredReading(totalPages, pagesForHour, days) {
  2.     let hoursNeeded = (totalPages / days) / pagesForHour;
  3.     console.log(hoursNeeded);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment