int main() { float y, k; // yardas, kilometros y = 50; k= y*36 * 2.54 / 100 / 1000; // getch(); return 0; }
Standard input is empty
prog.cs(1,5): error CS0116: A namespace can only contain types and namespace declarations Compilation failed: 1 error(s), 0 warnings
Standard output is empty