Code – Numbers to find Divisible by 4

January 20, 2022

Problem Statement -To find if number is divisible by 4

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

Challenges

–    Finding the code for adding last three numbers.

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 4 or the factors of 4 this code may help. -Basic python is learnt –