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
Hi
Write a program to filter distinct items from the array
Jump Search
project euler 18
Fórum ➡ Prime numbers implemented using LINQ statements AND using FOR loop ♦
PrivateConstructorToCreateSingleObject
newMultQ working on more2
凑单
15
Pizzas&Tuples&Golden-Medal