Retired
Comparative operators (more, less, equal) by your hands (retired)
11Pope
Description:
In this kata you are supposed to program three basic functions: more, less and equal to compare two integers.
The idea is: you are not allowed to use built-in comparative operators (such as '>', '<', '==', '<=', '>=' and '!=' in Python or in Java). Also you are forbidden to use buit-functions max() and min() and operator module (gt, lt, eq and so on). As you understand, implicit usage of comparative functions is also forbidden.
Try to think like computer does, no cheating (I'll check that).
Good luck to you, warrior! Hope, you enjoy this ;)
Fundamentals
Puzzles
Games
Similar Kata:
Stats:
Created | Jun 20, 2019 |
Warriors Trained | 33 |
Total Skips | 0 |
Total Code Submissions | 148 |
Total Times Completed | 11 |
Python Completions | 11 |
Total Stars | 1 |
% of votes with a positive feedback rating | 0% of 6 |
Total "Very Satisfied" Votes | 0 |
Total "Somewhat Satisfied" Votes | 0 |
Total "Not Satisfied" Votes | 6 |
Total Rank Assessments | 7 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |