User: Locien

  • Public profile

User profile: Locien

User info
User name:Locien
History
Joined:
Number of posts:27
Latest posts:

Use of Functions in Calculations
Hello there. 1. Your function should be written outside main( after main's {} ). And semi-colon onl...

Problem Function Calling
Everything seems correct, but try changing this line: [code]scanf_s("%lf %lf", &b, &c);[/code]

Input Celsius and convert it to Farenheit
I said cout it, as in [code]cout << something[/code]. ;)

Input Celsius and convert it to Farenheit
Missing semi-colon at [code]cin >> C[/code]. And if you want to display the result in your screen yo...

Problem with switch structure
Integers division, I guess. Try: [code]amountOfTime = static_cast <double>(distance) / medium;[/cod...

This user does not accept Private Messages