how to find fine of 4913 without calculations?
Answers
Answered by
0
Answer:
Calculate the total fine to be collected
Given a date and an array of integer containing the numbers of the cars traveling on that date(an integer), the task is to calculate the total fine collected based on the following rules:
Odd numbered cars can travel on only odd dates.
Even numbered cars on only even dates.
Otherwise a car would be fined 250 Rs.
Step-by-step explanation:
Answered by
0
Answer:
Calculate the total fine to be collected
Given a date and an array of integer containing the numbers of the cars traveling on that date(an integer), the task is to calculate the total fine collected based on the following rules:
Odd numbered cars can travel on only odd dates.
Even numbered cars on only even dates.
Otherwise a car would be fined 250 Rs.
Similar questions