All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > General > Word Problems
One or more? (Posted on 2019-08-06) Difficulty: 3 of 5
Name a word consisting of 7 letters - all 5 vowels plus two distinct consonants. I know this word and wonder whether there are more fitting the above definition.

No Solution Yet Submitted by Ady TZIDON    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution computer solution | Comment 1 of 2
eulogia
miaoued
sequoia

Open "c:\words\words7.txt" For Binary As #1
 w$ = Space(7)
 Do
   Get #1, , w
   If EOF(1) Then Exit Do
   good = 1
   For i = 1 To 5
     If InStr(w, Mid("aeiou", i, 1)) = 0 Then good = 0: Exit For
   Next
   con$ = ""
   For i = 1 To 7
     If InStr("aeiou", Mid(w, i, 1)) = 0 Then
       con$ = con$ + Mid(w, i, 1)
     End If
   Next
   If Mid(con, 1, 1) = Mid(con, 2, 1) Then good = 0
   If good Then
     Text1.Text = Text1.Text & w & crlf
   End If
   DoEvents
 Loop

 Close 1
  

  Posted by Charlie on 2019-08-06 11:54:37
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information