|
|
|
|
|
by davemp
2745 days ago
|
|
comp(tenure) -> {
(60 [weeks of salary, benefits]) * (tenure [weeks]) / (65 [years]), tenure < 65
60 [weeks of salary, benefits], tenure >= 65
}
One can come up with many horrible compensation functions that satisfy Verizons statement. |
|