Identifying Self-Dividing Numbers

# Introduction In this lab, you will create a function that checks if a given number is a self-dividing number by iterating through its digits and checking if each digit divides the number perfectly, and then use this function to determine if a user-input number is a self-dividing number and print the appropriate message.

|60 : 00

Click the virtual machine below to start practicing