MayankSinha1
Level 2
since ‎23-07-20
‎18-03-24

User Statistics

  • 1 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

I am creating a process Toto check for Armstrong's Number, where one need to extract each digit from a number data item in order to do the following calculation Amstrongnumber Ex:- 345If sum of (3*3*3) + (4*4*4) + (5*5*5) = 345-----------------------...