answersLogoWhite

0

cls
input" enter any string";a$
f=Len(A$)
d=1
AA:
b$= mid$(a$,d,1)
d=d+1
c=asc(b$)
if c=101 or c=105 or c=970 or c=111 or c=117 then
cnt= cnt+1
end if
if d<=f then goto aa
print cnt;
end

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ReneRene
Change my mind. I dare you.
Chat with Rene
More answers

wap to count number of vowels in a given string

User Avatar

Wiki User

10y ago
User Avatar
User Avatar

Rohit Kumar Sharma

Lvl 1
3y ago
not good

PRINT "aeiou"

User Avatar

Wiki User

12y ago
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write vowels in Qbasic?
Write your answer...
Submit
Still have questions?
magnify glass
imp