CJCoding With Joseph

Average of Two Numbers

Two grades double a = 90 and double b = 85 are given. Print their average with exactly 1 decimal place:

87.5

Use <iomanip> with fixed and setprecision(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.