DECLARE FUNCTION ERA(A$)
CLS
INPUT"ENTER ANY STRING";A$
PRINT"STRING WITHOUT VOWELS =";ERA(A$)
END
FUNCTION ERA(A$)
B$=UCASE$(A$)
FOR I = 1 TO 10
C$=MID$(B$,I,1)
IF C$<>"A" AND C$<>'E" AND C$<>"I" AND C$<>"O" AND C$<>"U" THEN D$=D$+C$
END IF
NEXT I
ERA=D$
END FUNCTION
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...
-
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. ...
-
On 4th Shrawan, 2076 ( 20 July, 2019) We 10th graders went for monsoon hike to Changunarayan to Muhan pokhari. We went there with our cla...
-
Janai Purnima is observed in the month of Shrawan. It is called Rakshya Bandhan as th is festival observes the bond of purity and security...
No comments:
Post a Comment