The answer is given below, what i want is to see the step bystep explanation of
ID: 3618878 • Letter: T
Question
The answer is given below, what i want is to see the step bystep explanation of the question:lifesaver points given. THANKS
public class Dem07{ public static void main(String[] args){ for(int i=0; i<4; i++){ for(int j=0; j<4; j++) if (i-1<j|j>=2) System.out.print(’+’); else System.out.print(’.’); System.out.println(); } } }
Answer: ++++ .+++ ..++ ..++ The answer is given below, what i want is to see the step bystep explanation of the question:
lifesaver points given. THANKS
public class Dem07{ public static void main(String[] args){ for(int i=0; i<4; i++){ for(int j=0; j<4; j++) if (i-1<j|j>=2) System.out.print(’+’); else System.out.print(’.’); System.out.println(); } } }
Answer: ++++ .+++ ..++ ..++
Explanation / Answer
Please first consider this table i j A|B false false false true false true false true true true true true now here is your codepublic class Demo7 { public static void main(String[] args){ for(int i=0; iRelated Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.