Pia tunatoa huduma zifuatazo.

Tunatengeneza blogu, tovuti(website), youtube chaneli n.k.. Mawasiliano:
simu:+255763670000, Barua pepe: khalfanm021@gmail.com

Saturday, September 15, 2018

Question 1: Write a C++ program that display the following output


Question: Write a C++ program that display the following output
WELCOM TO SONGEA TEACHERS COLLEGE
                        ****************************
CHUO BORA CHA UWALIMU
               ENJOY
                        O
                        U
                        R
SERVICES

####################################################################################ADD YOU REGISTRATION NUMBER HERE####################
Solution

#include<iostream>
using namespace std;
int main(){
cout<<"\n WELCOME TO SONGEA TWACHER'S COLLEGE\n";
cout<<"\t****************************\n";
cout<<"\tCHUO BORA CHA UWALIMU\n";
cout<<"\t\tENJOY \n\t\tO\n\t\tU\n\t\tR\n \t\tSERVICES\n";
cout<<"\n\n\tSTC/2018/XXXX\n";
return 0;
}

OUTPUT

No comments:

Post a Comment