Code – Numbers to find Divisible by 9

January 20, 2022

Problem Statement -To find if number is divisible by 9

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

Challenges

–    Finding the sum of digits of given number.

Execution Strategy -Converting string to integer and adding them individually. -Write pseudocode -Write the code in python -Tested with edge cases

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