answersLogoWhite

0


Best Answer

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

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

wap to count number of vowels in a given string

This answer is:
User Avatar
User Avatar

Rohit Kumar Sharma

Lvl 1
3y ago
not good

User Avatar

Wiki User

12y ago

PRINT "aeiou"

This answer is:
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