Reversed Sum of Pairs
Print the sum of every two consecutive elements in an array starting from the end
Choose your challenge. Start easy and work your way up.
Print the sum of every two consecutive elements in an array starting from the end
Fix the given function to correctly count the number of 1's in the binary representation of an integer.
Find the second largest integer from a list that is greater than a given threshold X
Convert a decimal integer to its octal representation
Swap elements from outer positions to inner positions if both elements are odd or both are even
Decode a message from Morse code represented by consecutive 1's where each group corresponds to a letter of the alphabet
Extract and print the first X digits and last X digits from a given number N
Fix the logical error in the given code to correctly find the minimum value in an integer array
Calculate the sum of all even numbers within a given range from M to N (inclusive).
Fix syntax errors in the matrixSum function to correctly calculate the sum of all elements in a 2D matrix stored as a 1D array
Fix the logical error in the isNotVowel function to correctly identify non-vowel characters
Find common characters between two strings at the same index positions after reversing the second string