Star Pattern 1 in java ( HALF PYRAMID PATTERN )

Published: 14 July 2017
on channel: STRIVE
43
1

WELCOME TO STRIVE *

Star pattern 1 :-
*
*
* *
PROGRAMME:-
__________________________________________________________________________________________________________________________________
class Star
{
public static void main(String ar[]) //Main Method
{
int i,j;
for(i=1;i(less)=3;i++) //First For loop
{
for(j=1;j(less)=i;j++) //Second For loop
{
System.out.print("*");
}
System.out.println();
}
}
}
__________________________________________________________________________________________________________________________________
THANKS FOR WATCHING DO LIKE , SHARE , COMMENT , SUBSCRIBE FOR MORE !!!
╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝


On this page of the site you can watch the video online Star Pattern 1 in java ( HALF PYRAMID PATTERN ) with a duration of hours minute second in good quality, which was uploaded by the user STRIVE 14 July 2017, share the link with friends and acquaintances, this video has already been watched 43 times on youtube and it was liked by 1 viewers. Enjoy your viewing!