Hi.The first style Loop will be showed below


public class LoopPrint{


public static void main(String args[]){
int countspace=4;
int countstar=1;
for(int i=0;i<5;i++)