Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5
Please show, what u have done so far.
29th Jan 2020, 1:13 PM
Oma Falk
Oma Falk - avatar
+ 3
Try to transform into string the inputed value. For example let's say input is 20923 ok? Take this string "20923" (or if its number 20923 make it string , int.toString()) and start from right to left counting digits. Every 3 digits you put a comma. Tell me what language do you need in order to help you furthermore.
29th Jan 2020, 1:40 PM
Black Winter