ferrites
Member
- Dec 21, 2015
- 67
- 28
[HASHTAG]#include[/HASHTAG]<iostream>
using namespace std;
main() {
enum {
GREAT=1,
is=6,
Tanzania
};
cout<<"The GREAT is :"<<GREAT<< " Tanzania is:"<<Tanzania;
}
/*
Give output
a)The 1 is :1 0 is:null
b)The GREAT is :1 Tanzania 6:0
c)The 1 6 :1 0 6:null
d)The GREAT is :1 Tanzania is:7
e)The GREAT is :GREAT Tanzania is:Tanzania
*/
/*Programming Simplify a work learn to code*/
Jamani hiyo ni program instruction
Unatakiwa kutoa jibu la hiyo instruction e.g
using namespace std;
main() {
enum {
GREAT=1,
is=6,
Tanzania
};
cout<<"The GREAT is :"<<GREAT<< " Tanzania is:"<<Tanzania;
}
/*
Give output
a)The 1 is :1 0 is:null
b)The GREAT is :1 Tanzania 6:0
c)The 1 6 :1 0 6:null
d)The GREAT is :1 Tanzania is:7
e)The GREAT is :GREAT Tanzania is:Tanzania
*/
/*Programming Simplify a work learn to code*/
Jamani hiyo ni program instruction
Unatakiwa kutoa jibu la hiyo instruction e.g