Write a C++ program that outputs the following text on screen:

text-oh what
a happy day !
oh yes,



solution


/ / Let's go  !


#include  <iostream>
uning namespace std;

int main ( )

{

     count  << "  oh what " << endl ;
     count  << "  a happy day! " << endl;
     count  << "  oh yes, " << endl;
     count  << "  what a happy day! " << endl;
   
 
     return  o ;
}



Image result for image of c++

Comments

Popular posts from this blog

Header files of the C++ standard library.

About lunar eclipse

what is android studio ???