KKolawoleintechkaduna.dev·Mar 25, 2023 · 4 min readSolving the popular Fizz Buzz coding testToday, we would look at solving a very popular code interview test – the FizzBuzz test. I decided to tackle this challenge as a sequel to our last tutorial about finding the last n digits of a number using the modulo operator. The FizzBuzz coding tes...00
KKolawoleintechkaduna.dev·Mar 22, 2023 · 6 min readFinding the value of the last nth digit(s) of a given number.The reason for this tutorial is to walk you through how you can write a program that finds the value of the last nth digit in a number (whole number in this case). This task is usually used to test and harness beginners’ problem-solving skills, so th...00