Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions COOK87/CK87MEDI
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ Note that the median in an array is the element positioned at the center of the

my sol

import java.util.ArrayList;
import java.util.Arrays;
import java.util.Scanner;

class CK87MEDI {
import java.util.*;
class Student{

public static void main(String[] args) {
// TODO Auto-generated method stub
Expand Down