THIS IS MY PROGRAM, IT ONLY USES ONE FUNCTION. TRY IT



#include <iostream>
using namespace std;
void printstar(int nbofstar);

int main()
{