DECLARE SUB DISPLAY(N$)
CLS
INPUT"ENTER ANY NUMBER";N$
CALL DISPLAY(N$)
END
SUB DISPLAY"(N$)
FOR I=1 TOO LEN(N$)
B$=MID$(N$,I,1)
C$=UCASE$(B$)
IF C$="A" OR C$"E" OR C$="I" OR C$="I" OR C$="O" OR C$="U" THEN D$=D$+B$
NEXT I
PRINT"VOWELS=";D$
END SUB
Subscribe to:
Post Comments (Atom)
Experience of Quarantine and SEE canceled
Our SEE was canceled due to the outbreak of Corona Virus (COVID-19). It's been 3 months since the Nepalese people have been staying home...
-
Aadhi Ko Manoram Nitrya On 9th May, 2019 (Baishak 26,2076) Thursday. Our school took us to show the drama in Batisputali. Everyone w...
-
QBasic program 1. WAP to input any number and check whether the given no. Is divisible by 3 and 7 or not using function procedure. ...
-
QBASIC CLS A = 1 B = 1 FOR I = 1 TO 15 PRINT A C = A + B A = B B = C NEXT I END
No comments:
Post a Comment