Skip to content

Instantly share code, notes, and snippets.

View mushfiqbh's full-sized avatar
🏠
Building up my skill

MD. MUSHFIQUR RAHMAN mushfiqbh

🏠
Building up my skill
View GitHub Profile
@mushfiqbh
mushfiqbh / PatternPrinter.java
Last active June 22, 2025 04:43
Java Pattern Printing Assignment
import java.util.Scanner;
public class PatternPrinter {
private static final Scanner scan = new Scanner(System.in);
public static void main(String[] args) {
System.out.println("\nWelcome to the Pattern Printing Program!");
while (true) {
System.out.println("\nPlease choose an option:");