* * * * * * * * * * * * * * *
*/
#include<iostream>
using namespace std;
main()
{
for(int i=1;i<=5;i++)
{
for(int j=1;j<=i;j++)
cout<<"* ";
cout<<"\n";
}
}
//Java Program to count the total number of characters in a string import java.util.*; public class CountChars { public static void mai...
No comments:
Post a Comment