0
Average world length program i am getting 2/5 cases wrong
https://code.sololearn.com/cGXQRKL6eW0V/?ref=app This is new link
10 Respostas
+ 2
Pls show us your code so that we can fix it
+ 1
Did you remove all punctuation from the input string?
Did make sure to round up?
+ 1
Period, comma, secolon, colon,... these are also punctuations...
I think there are more punctuation marks...
Better to find other approache...
Edit: Chetan Singh
https://grammar.yourdictionary.com/punctuation/what/fourteen-punctuation-marks.html
+ 1
Can you Update code..?
Instead round, try
System.out.println((int) Math.ceil (w/m)) ;
0
Can you add code ?. What you tried till now?
0
Ok thanks
0
Not working âčïž bro
0
Replace like this
All("[^a-zA-Z\\s]","");
0
Ok
0
Yes it's working