// Please enter your birthday in this // format(including spaces): // DD MM YYYY // 22 01 1997 #include <iostream> using namespace std; int [β¦]
Read moreTag: C++code
Program for diamond shape π
#include <iostream> using namespace std; class A { public: void show() { cout << βDiamond pattern: β; [β¦]
Read more
Recent Comments