Untitled

 avatar
unknown
plain_text
2 years ago
547 B
5
Indexable
import java.util.Scanner;

public class PersonalizedMessage {
    public static void main(String[] args) {
        Scanner scanner = new Scanner(System.in);
        
        // Prompt the user to enter their name
        
        
        
        // Store the user's name in a variable
        
        
        // Prompt the user to enter their age
        
        
        
        // Store the user's age in a variable
        
        
        // Print out a personalized message
        
        
        
    }
}
Editor is loading...