Skip to content

Letitia09/dot-pattern-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

dot-pattern-design

Print of the String "Welcome". Matrix size must be N X M. ( N is an odd natural number, and M is 3 times N.).
The design should have 'WELCOME' written in the center. The design pattern should only use . character.

Input 1

5
WELCOME

Output 1

N = 5
M = 15
. . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 
. . . . W E L C O M E . . . . 
. . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 

Input 2

3
WELCOME

Output 2

N = 3
M = 9
. . . . . . . . . 
. W E L C O M E . 
. . . . . . . . . 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages