8000 Update CountVowel.java · crg-codes/Java-Programs@5d3b7e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d3b7e1

Browse files
authored
Update CountVowel.java
1 parent e33f4fd commit 5d3b7e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

String/CountVowel.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
import java.util.Scanner;
2+
/* I/P - java is easy
3+
o/p - java=2
4+
is=1
5+
easy=2
26
7+
*/
38
public class CountVowel{
49
public static String[] split(String s){
510
int c = 0;

0 commit comments

Comments
 (0)
0