There was an error while loading. Please reload this page.
1 parent e33f4fd commit 5d3b7e1Copy full SHA for 5d3b7e1
String/CountVowel.java
@@ -1,5 +1,10 @@
1
import java.util.Scanner;
2
+/* I/P - java is easy
3
+ o/p - java=2
4
+ is=1
5
+ easy=2
6
7
+*/
8
public class CountVowel{
9
public static String[] split(String s){
10
int c = 0;
0 commit comments