Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
entero_hacia_string
using System; namespace Rextester { public class Program { public static string entero_hacia_string(int numero) { var texto = ""; for(; numero>0; numero/=10){ texto = numero%10 + texto; if(numero>10){ texto = " " + texto; } } return texto; } public static void Main(string[] args) { var texto = "'" + entero_hacia_string(123456) + "'" ; Console.WriteLine(texto); } } }
run
|
edit
|
history
|
help
0
BTC sell estimator
edmond@DESKTOP-M2BC2LH
4647
iui yurty
sdfghyjujyhtgrfedcf
D19
compiled prog
WallPascal
Hello World!
1stoccuinsorted