Reducir un número en C#

1
2
using System;
using System.Collections.Generic;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
De una lista de números enteros reducir cada elemento hasta lo máximo.

Si la entrada es 402 debe salir 6
Si la entrada es 121 debe salir 4

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.