A software engineer has the capability of thinking 100 lines of code in five minutes and can type 100 lines of code in 10 minutes. He takes a break for five minutes after every ten minutes. How many lines of codes will he complete typing after an hour?
Since the sw dev writes 100 lines of code for every 10 min, and he takes a break for every five min after the 10 min interval, he will end up writing 400 lines of code in an hour
Since the sw dev writes 100 lines of code for every 10 min, and he takes a break for every five min after the 10 min interval, he will end up writing 400 lines of code in an hour
15 min 100 line
30 min 200 lines + 15 min rest total 45 min +5 min think +5 min write + 5 min rest
250 line code will be done