#learning-journey
Read more stories on Hashnode
Articles with this tag
ECX 30 Days of Code and Design Day 19 Task Write a function that takes in a date as input, and returns what day of the week it is. The input date can...
ECX 30 Days of Code and Design Day 11 Euclid's Algorithm (GCD) The GCD (Greatest Common divisor) of two numbers is the largest number by which both...
ECX 30 Days of Code Day 3 Palindromic Numbers Task A palindromic number is a number that remains the same when its digits are reversed. Write a...