TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

Added support for negative numbers in digit_sum()

Open ShatadalDas opened this issue 11 months ago • 0 comments

The function digit_sum() check if the number provided is integer or not. if not then check if the number is negative or not. if negative then make it positive and proceed for the sum.

ShatadalDas avatar Mar 21 '24 16:03 ShatadalDas