diff --git a/v2.0/source/code.java b/v2.0/source/code.java new file mode 100644 index 0000000..b34e06e --- /dev/null +++ b/v2.0/source/code.java @@ -0,0 +1,42 @@ +import java.util.*; +class chefSum +{ + public static void main(String [] args) + { + Scanner sc=new Scanner(System.in); + int n=sc.nextInt(); + int v[]=new int[n]; + for(int i=0;i