โ Back to Printing
Question 306
Average of Two Numbers
Average of Two Numbers
Two gradesdouble a = 90anddouble b = 85are given. Print their average with exactly 1 decimal place: 87.5 Use<iomanip>withfixedandsetprecision(1).
Expected Output:
87.5
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.