Computer Science, asked by mohitbhushan1mb, 1 month ago

write a java program to print the following pattern
987
654
321​

Answers

Answered by deepaksharmakalana
0

Answer:

gugoigiiuyuuoitipg FYI khx all

Answered by santoshgupta9495
0

. Sandglass Star Pattern

import java.util.Scanner;

public class SandglassPattern.

{

public static void main(String[] args)

{

int i, j, k, n;

Scanner sc = new Scanner(System.in);

System.out.print("Enter the number of rows you want to print: ");

Similar questions