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) : 3 Determine Whether Arguments Valid Argument Correct Rule Inference 3 Used Logical Error O Q31188542 . . . .(Solved) : 3 Determine Whether Arguments Valid Argument Correct Rule Inference 3 Used Logical Error O Q31188542 . . . .

This problem may have multiple answers. Can someone helpme?<br/><img src="https://media.cheggcdn.com/media%2F098%2F098c2b03-948d-4f91-bf3d-02f11ae803bf%2Fimage" alt="3) Determine whether each of these arguments is valid. If an argument is correct, what rule of inference is being