Code – Numbers to find Divisible by 11

January 20, 2022

Problem Statement -To find if number is divisible by 11

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

Challenges

–    Converting string to integer.

Execution Strategy -Finding the different b/w odd & even digit sum and divisible by 11 -Write pseudocode -Write the code in python -Tested with edge cases

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