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 Solvers84
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9051 Solvers
-
Maximum running product for a string of numbers
2215 Solvers
-
Program an exclusive OR operation with logical operators
733 Solvers
-
Compute a dot product of two vectors x and y
1020 Solvers
-
325 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!