+ 1

Write a c++ code

101 010 101 it is out put

14th Dec 2016, 7:14 AM
Mahendran Ramanathan
Mahendran Ramanathan - avatar
2 Antworten
+ 7
/* ########################## ## this code for you my friend ## ######################### */ #include <iostream> using namespace std; int main() { cout << " 101 \n 010 \n 101"; return 0; }
14th Dec 2016, 8:35 AM
elias sharafi
elias sharafi - avatar
+ 1
what do you mean by 101 and 010? are they output too? if yes, #include <iostream.h> void main() { cout << "101\n010\n101"; }
14th Dec 2016, 7:38 AM
Zameel Haneef
Zameel Haneef - avatar