Problem 1271. THE CALCULATOR OF LOVE
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 commentsProblem Recent Solvers82
Suggested Problems
-
Create a square matrix of multiples
471 Solvers
-
Change the sign of even index entries of the reversed vector
538 Solvers
-
509 Solvers
-
07 - Common functions and indexing 4
406 Solvers
-
Create a two dimensional zero matrix
484 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!