# score **Repository Path**: hebau_cs15/score ## Basic Information - **Project Name**: score - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #score import java.util.Scanner; import java.util.Arrays; public class score { public static int max(int a[]){ int Max=a[0]; for(int i=0;iMax){ Max=a[i]; } } return Max; } public static int min(int a[]){ int Min=a[0]; for(int i=0;i