open-source-workshop / idc-katas

0 stars 40 forks source link

Armstrong Number #30

Open Vinayak-S opened 5 years ago

Vinayak-S commented 5 years ago

Function name

Where to implement

src/isArmStrongNumber.js

Description (optional)

input 153 output true This is because 111 + 333 + 555 = 153

Rohanjames1997 commented 5 years ago

I'm working on it in C++