Average
Practice
3 (1 votes)
Problem
95% Success 20 Attempts 20 Points 1s Time Limit 256MB Memory 1024 KB Max Code
Given 4 integers a, b, c, d in the input. Find out average of these numbers correct to 2 decimal places.
Explanation
Average = (3 + 3 + 2 + 2) / 4 = 2.50
Donot print 2.5, because output must be given correct to 2 decimal places.
Code Editor
Please login to use the editor
You need to be logged in to access the code editor
Loading...
Please wait while we load the editor
Results
Custom Input
Run your code to see the output
Submissions
Please login to view your submissions
Similar Problems
Points:20
1 votes
Points:20
58 votes
Tags:
MathematicsOpenEasy
Points:20
173 votes
Tags:
Ad-HocMathematicsOpenApprovedEasyMathamatics
Editorial
No editorial available for this problem.
Please login to use the editor
You need to be logged in to access the code editor
Loading...
Please wait while we load the editor
Results
Custom Input
Run your code to see the output