Question No.4
4. Write a program that displays your favorite poem. Use an appropriate escape sequence for the
line breaks. If you don’t have a favorite poem, you can borrow this one by Ogden Nash:
Candy is dandy,
But liquor is quicker.
Answer: Solved by WAJID
#include
#include
void main(void)
{ do{
cout<<"\tLa Ilah Ila Allah\n\tMohamed Rasoul Allah"<
cout<<"\n !Press c to continue or any key to exit."<
}while(getch()=='c');
}
line breaks. If you don’t have a favorite poem, you can borrow this one by Ogden Nash:
Candy is dandy,
But liquor is quicker.
Answer: Solved by WAJID
#include
#include
void main(void)
{ do{
cout<<"\tLa Ilah Ila Allah\n\tMohamed Rasoul Allah"<
}
No comments:
Post a Comment