| about | help | code help+videos | done | prefs |
blinksPerDay() - You are given two integers, denoting a number of seconds and the number of times a person has blinked during that duration. Assuming a consistent blink rate, you must calculate and return the total number of blinks over a day (24 hours). The number of blinks per day should be rounded to the nearest integer. blinksPerDay(60, 30) → 43200 blinksPerDay(60, 40) → 57600 blinksPerDay(100, 50) → 43200 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy