Vivian Chu

Greenhorn
+ Follow
since Nov 03, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vivian Chu

I fixed the statement error, I am still confused on how to declare my variables: aisfound, etc.
15 years ago
Also, I know I need to declare the variables aisFound, eisFound, etc. Did I do this correctly? I want them to to be False initially.
15 years ago
It is saying

if(i = 'a') aisFound==true;

is not a statement.

I do not understand how to fix this?!?
15 years ago
I am trying to read a text file of words to find the words that have all 5 vowels in order (a then an e then an i, etc) Then I want to print all the words that do all the vowels.

I am having problems with what I have written so far!

15 years ago