We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9622795 commit a25a3fbCopy full SHA for a25a3fb
1 file changed
Character_odd_place.java
@@ -1,3 +1,8 @@
1
+/* Find Characters of a string at odd index
2
+ * Arijit = rjt
3
+ * priyanka = ryna
4
+*/
5
+
6
import java.util.*;
7
public class Character_odd_place {
8
public static void main(String[] args) {
0 commit comments