#include using namespace std; void stars(int); int main() { int n; cout<<"Enter a positive int\n"; cin>>n; stars(n); cout<0){ n--; stars(n); } */ } }