class a{public static void Main(){string s = "700";double d = Double.parse(s);d = d/ 100;s = d.ToString("0.00");Console.WriteLine(s);}}
Standard input is empty
prog.cs(6,12): error CS0103: The name `Double' does not exist in the current context prog.cs(9,1): error CS0103: The name `Console' does not exist in the current context Compilation failed: 2 error(s), 0 warnings
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!