SarthakKeshari / Java-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
47 stars 98 forks source link

Solution for letter K #350

Closed limitlessdeveloper closed 2 years ago

limitlessdeveloper commented 2 years ago

Issue Id you have worked upon -

309

Briefly explain your program logic -

I divided that pattern into three parts:

  1. Upper half pattern with 1 extra white space.
  2. middle pattern "##@@"
  3. Lower half Pattern with the same number of white space.

Screenshots(Attach 2 screenshots of your own input and output) -

Attach here Letter_K 1


Letter_K 2

Checklist:

Eg - If your code follow the below guidelines. Kindly change [] to [x]

All the conditions should be fulfilled for considering your code for merging -