@@ -6,7 +6,6 @@ Consider linearArray is a linear array with n elements and k is a positive integ
Write a Java program to delete an element available at the kth position of linearArray.
-```
### Problem 2