int main() { float y, k; // yardas, kilometros y = 50; k= y*36 * 2.54 / 100 / 1000; return 0; }
Steve Austin
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