write a program to print ****** _***_
__*__
Answers
Answered by
0
Answer:
#include <iostream>
using namespace std;
int main()
{
string a = "******_***___*___";
cout << a << endl;
return 0;
}
Explanation:
This program is used for just this expression not for making shapes like triangle.
Similar questions
Computer Science,
2 months ago
India Languages,
2 months ago
Math,
2 months ago
English,
4 months ago
Computer Science,
9 months ago