wen

Name Generator in Java

Submitted by Sherwin14 on
This is a simple java program that will generate the letter or a word that you have been inputted into a bigger letter or word using asterisk (*) symbol. Sample source code: import java.util.*; /** * @title Name generator :D *@version 1.0 * @author Sherwin Pitao * */ public class Name { public static void main(String[] args) { System.out.print("Enter your Name[Small Caps Only]:"); Scanner in = new