Slove please this it is also very urgent
Attachments:
Answers
Answered by
1
This Program will Calculate the number of lessons required to a driving student according to his/her age
function GetTheLessonNumber(Age){
if Age is lesser than or equal to 18 then
return 20
else
return ( Age - 18 ) * 2
end
}
Similar questions