Problem 2196. Tax Season ! How much is my salary?
Tax Season! I was employed for a period from x until y in a year and I get pay check of amount z on every alternate Friday of the week starting from first Friday since I am employed. Help me find out how much did I earn during my employment period.
Example
x = 01-Jan-2014 y = 14-Feb-2014 z = $2000 (x will always be <y)
This period has total 4 alternate Fridays which were my "pay-days", so the salary for this period was 4*2000 = %8000
Solution Stats
Problem Comments
- 
		1 Comment
 
I like your "calendar" problems serie. They are efficient to understand how Matlab represent dates and times.
Solution Comments
Show commentsProblem Recent Solvers79
Suggested Problems
- 
         
Return a list sorted by number of occurrences
2840 Solvers
 - 
         
All your base are belong to us
561 Solvers
 - 
         
Getting the indices from a vector
11176 Solvers
 - 
         
Get the elements of diagonal and antidiagonal for any m-by-n matrix
503 Solvers
 - 
         
Get an array of month-ends in a date range
107 Solvers
 
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!