Course Solutions Uncategorized (Solved) : Java Question Comments Public Static Void Main String Args Int 1 Thing Confusing 3rd Row J Q38174860 . . . .

(Solved) : Java Question Comments Public Static Void Main String Args Int 1 Thing Confusing 3rd Row J Q38174860 . . . .

 

(Java) the question is comments under

public static void main(String[] args) {

   for(int i =1; i<=5; i++)
   {
       for(int j=1; j<=i; j++)
   {
          System.out.print(“* “);
       }
          System.out.println(“”); //
          
   }
  
   for(int i=1; i<=4;i++)
   {
       for(int j=4; j>=i; j–) //j>=i means each row has * of columns, so first row ****, secondrow ***, and so on
           // But, j>=iThe thing confusing about this is, when it is 3rd row j is 2columns, 4th row, 1 column or 1 asterisk. so j isn’t greater thani, but why do we use j >= i? I do

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Part B Housing Loan Calculator Part Assignment Expected Develop Program Calculates Housing Q38104362 . . . .(Solved) : Part B Housing Loan Calculator Part Assignment Expected Develop Program Calculates Housing Q38104362 . . . .

<p><img alt="PART B: HOUSING LOAN CALCULATOR In this part of the assignment, you are expected to develop a program that calculates housing" src="https://media.cheggcdn.com/media%2F479%2F4796d674-ab13-4f62-b31d-c516511dc232%2Fphp9xuG5D.png" style="height:733px;width:858px;" aria-describedby="d3f"/>HELLO, CAN SOMEONE SOLVE THISQUESTIONS ON