Skip to content

Instantly share code, notes, and snippets.

Basics and Input/Output

Question 1:Dynamic Greeting Generator

Code Implementation

import java.util.Scanner;

public class GreetingGenerator {
 public static void main(String[] args) {