getDriveKB function

int getDriveKB(
  1. int year
)

Implementation

int getDriveKB(int year) {
  return 1024 - (year - 1984) * 4;
}