id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

tmhscs@gmail.com strings > string_luckyVowels
prev  |  next  |  chance

string_luckyVowels-- given a String count the number of lucky words in the String, a word is considered to be lucky if it contains exactly 7 vowels.


string_luckyVowels("He was the personification of capitalization") → 2
string_luckyVowels("The anesthesiologist administered a benzodiazepine to the patient as a form of neutralization to the previously administered stimulant. Which in turn affected his maneuverability when performing any aeronautical stunts from which has started his need for rehabilitation") → 6
string_luckyVowels("Pasteurization made dairy products safe for the masses") → 1

...Save, Compile, Run (ctrl-enter)

public int string_luckyVowels(String str){ }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Post-solution available

Copyright Nick Parlante 2017 - privacy