answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Write aprogramme to display vowels in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write c programs to display 10 line biodata?

A C++ program can be used to write C programs that will display 10 lines of biodata. Many types of C programming can be written with a C++ program.


How do you wrte aprogramme on c plus plus?

#include<iostream> int main() { using namespace std; cout<<"Hello world!"<<endl; return( 0 ); }


How do you display strings?

C: puts, printf, fputs, fprintf, write, fwrite...


Write a program in c to display welcome to the world of c sharp?

#include<stdio> #include<conio> class program { namespace display { console.println("write your text"); } } correct me if im wrong im a new programmer.


How do you write a C plus plus program that will display the first 10 positive prime numbers?

By learning how to program on C+.


How do you write a program to read set of numbers using by an array and display the ascending order of the given input numbers?

To write a C++ program to display the student details using class and array of object.


Write a program which takes the temperature in farhenheightthe program should display the farhenheight temperature as well as centigrade C equals?

Write a program which takes the temperature in farhenheight.the program should display the farhenheight temperature as well as centigrade. C= (f-32)*5/9


Write a c program to generate student mark details using union and find total and average and grade?

write a c program to display marks,total,average,grade using union


How do you write vowels in Qbasic?

clsinput" enter any string";a$f=Len(A$)d=1AA:b$= mid$(a$,d,1)d=d+1c=asc(b$)if c=101 or c=105 or c=970 or c=111 or c=117 thencnt= cnt+1end ifif d


In the word sandwich what is the consonants and vowels?

The consonants are: s, n, d, w, c, h. The vowels are: a and i.


Write a program in COBOL to find the largest of N number?

identification division. program-id. greatest. environment division. data division. working-storage section. 77 a pic 999. 77 b pic 999. 77 c pic 999. procedure division. greatest. display "ENTER THE THREE NUMBERS:". accept a. accept b. accept c. if a > b and a > c display a "is greatest" else if b > c display b "is greatest" else display c "is greatest". display " thank you". stop run.


How do you write a c program to prints name?

Write a c program that reads your first name and surname when you enter them. Each part of your name should not be more than 12 characters. Finally, have the program display your full name.