Given a lowercase letter or a digit as input, return the row where that letter appears on a standard U.S. QWERTY keyboard and its position starting from the leftmost digit or letter on that row.
Examples:
Input key = 'a'
Output r = 3
c = 1
Input key = '0'
Output r = 1
c = 10
Input key = 'y'
Output r = 2
c = 6

Solution Stats

4659 Solutions

2367 Solvers

Last Solution submitted on Feb 26, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers2367

Suggested Problems

More from this Author96

Problem Tags

Community Treasure Hunt

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

Start Hunting!