Use of Functions in CalculationsHello there. 1. Your function should be written outside main( after main's {} ). And semi-colon onl...
Problem Function CallingEverything seems correct, but try changing this line: [code]scanf_s("%lf %lf", &b, &c);[/code]
Input Celsius and convert it to FarenheitI said cout it, as in [code]cout << something[/code]. ;)
Input Celsius and convert it to FarenheitMissing semi-colon at [code]cin >> C[/code]. And if you want to display the result in your screen yo...
Problem with switch structureIntegers division, I guess. Try: [code]amountOfTime = static_cast <double>(distance) / medium;[/cod...
This user does not accept Private Messages