Problem 2499. Airline Ticket Mod7 Checksum

There are 13 digits in an airline ticket number. If an airline ticket number is valid, the 13th digit should be the remainder of division by seven of the first 12.

Write a function that returns true if a plane ticket number is valid and false otherwise.

Solution Stats

68.47% Correct | 31.53% Incorrect
Last Solution submitted on Feb 15, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers73

Suggested Problems

More from this Author9

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!