Question: write a method to display this pattern rt III (12 4 1 9 4 1 16 9 4 1 25 16 90 4 1 n

write a method to display this pattern
rt III (12 4 1 9 4 1 16 9 4 1 25 16 90 4 1 n n... 36 25 16 9 4 1 import java.util Scanner; public class Test public static void main(String0 args) Scanner input new Scanner(System.in); Enter the number of lines System out print("Enter n: Int(); int n input next display Pattern(n); l public static void displayPattern(int n) Fill in the code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
