Saloni6111 / DSA_POTD_Hacktoberfest2024

MIT License
2 stars 9 forks source link

check for armstrong number #16

Open Aditya-K477 opened 1 day ago

Aditya-K477 commented 1 day ago

Problem Title:Check for Armstrong Number

Description: Take a number as input as user. Check that it is armstrong or not

Example 1:

Input: num= 153 Output: IT IS AN ARMSTRONG NUMBER Explanation: as the number as input 153 The sum of cubes of digit should be equal to the number 1^3+5^3+3^3=153

Aditya-K477 commented 1 day ago

@Saloni6111 can you please assign me this issue and add the hactoberfest lable

Saloni6111 commented 1 day ago

@Saloni6111 can you please assign me this issue and add the hactoberfest lable

add description as mentioned in pinned issue!

Aditya-K477 commented 18 hours ago

@Saloni6111 done now can you assign me this issue and add the lable

Saloni6111 commented 5 hours ago

@Saloni6111 done now can you assign me this issue and add the lable

done!