Search Results

Searching for: logic

Individual Exercises

0 / 50

The number 6 is a truly great number. Given two int values, a and b, return true if either one is 6. Or if their sum or difference is 6....

0 / 50

Given a string str and an int n, return a string made of the first n characters of the string, followed by the first n - 1 characters of...