Code – Numbers to find Divisible by 8

January 20, 2022

Problem Statement -To find if number is divisible by 8

Scope of work -Build a program to find a number which is divisible by 8

Challenges

–    Last three digits numbers divisible by 8.

Execution Strategy -Using list range of negative indexes -Write pseudocode -Write the code in python -Tested with edge cases

Value Added -If user wants to know the numbers which is divisible by 8 or the factors of 8 this code may help. -Basic python is learnt –