Nanami is researching how much software engineers make. She's writing a program to convert yearly salaries into hourly rates, based on 52 weeks in a year and 40 hours in a week.
The program starts with this code:
salary ← 105000
wksInYear ← 52
hrsInWeek ← 40
Which lines of code successfully calculate and store the hourly rate?