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
Intuit // C# // listing_4.1 (Console.WriteLine _ Форматный вывод)
ARM
my cool stuff
Dictionary that tells which key was not present
Celsius to Kelvin / Kelvin to Celsius
functional program
Left circular rotation of an array
Merge Sample
Random number guessing game v1
YRHBD XDXS