Skip to content

TrickSumo/Pattern-Alphabet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern-Alphabet

This repo contains java code to print alphabet in form of patterns.

To print any character, edit PatternPrinterApp.java file and call methods as follows:-

  • pattern.putVOWEL-OR-CONSONANT-HERE(n, symbol);
  • ex.
  • pattern.putG(n, symbol);
  • pattern.putI(n, symbol);
  • pattern.putT(n, symbol);
  • pattern.putH(n, symbol);
  • pattern.putU(n, symbol);
  • pattern.putB(n, symbol);
  • alt text

Note This repo is still not complete. Feel free to contribute missing characters :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages