fork(4) download
  1. using System;
  2.  
  3. namespace ProgramConsole
  4. {
  5. class Program
  6. {
  7. static void Main(string[] args)
  8. {
  9. float amount = 12345678.0f;
  10. Console.WriteLine(amount.ToString(".0"));
  11. }
  12. }
  13. }
Success #stdin #stdout 0.03s 33848KB
stdin
Standard input is empty
stdout
12345680.0