In honor of Valentine's Day, program a love calculator that figures out the percentage of compatibility between two people using their names! The algorithm should be as follows:
- Compile the unique characters of both names
- Sum their ASCII values
- Divide by 101
- The remainder is the match percentage!
Enjoy! And may cupid have mercy on your love life.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers86
Suggested Problems
-
Find relatively common elements in matrix rows
2151 Solvers
-
662 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2539 Solvers
-
346 Solvers
-
find the maximum element of the matrix
538 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!