Ranking methods: Difference between revisions

Content added Content deleted
m (→‎{{header|C}}: Remove vanity tags)
Line 279: Line 279:
Takes the scores as input via a file, prints out usage on incorrect invocation.
Takes the scores as input via a file, prints out usage on incorrect invocation.
<lang C>
<lang C>
/*Abhishek Ghosh, 5th November 2017*/

#include<stdlib.h>
#include<stdlib.h>
#include<stdio.h>
#include<stdio.h>
Line 465: Line 463:
7.0 39 Stephen
7.0 39 Stephen
</pre>
</pre>

=={{header|C#|C sharp}}==
=={{header|C#|C sharp}}==
{{trans|D}}
{{trans|D}}