This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Finding the percentage #58
Comments
I want to solve it using python |
riyatomar9
added a commit
to riyatomar9/hacktoberfest
that referenced
this issue
Oct 20, 2022
I contributed in cognizance-amrita#58
riyatomar9
added a commit
to riyatomar9/hacktoberfest
that referenced
this issue
Oct 20, 2022
I have contributed in cognizance-amrita#58
Merged
I would like to solve this question in java |
jaichiranjeeva
added a commit
to jaichiranjeeva/hacktoberfest
that referenced
this issue
Oct 24, 2022
resolves cognizance-amrita#58 Finding_the_percentage question in java.
i would like to solve this question in c++ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The provided code stub will read in a dictionary containing key/value pairs of name:[marks] for a list of students. Print the average of the marks array for the student name provided, showing 2 places after the decimal.
Example
Input Format
The first line contains the integer ,
n
the number of students' records. The nextn
lines contain the names and marks obtained by a student, each value separated by a space. The final line contains query_name, the name of a student to query.Constraints
Output Format
Print one line: The average of the marks obtained by the particular student correct to 2 decimal places.
Sample Input 0
Sample Output 0
Explanation 0
Sample Input 1
Sample Output 1
The text was updated successfully, but these errors were encountered: