0
ما الكود المناسب لحل هذه المسألة؟
You need to make a program that counts the number of vowels in a given text. The vowels are a, e, i, o, and u. Take a string as input and output the number of vowels.
2 Answers
0
ليس هذا وإنما فقط يخرج عدد الحروف
You need to make a program that counts the number of vowels in a given text. The vowels are a, e, i, o, and u. Take a string as input and output the number of vowels.