If my input n=4 then it should display 4 dots in square shape as follows,
* *
* *
if n=5 we cant display square with 5 asterisk mark , it should display square with maximun dots(*) here four.
if n=9 then,
* * *
* * *
* * *
again for n=10 it should display the same. Any hints
Laxmidhar SahooPosted Oct 3, 2018, 3:22 AM
Ruchi SharavatPosted Oct 3, 2018, 4:49 AM
suchith madavuPosted Oct 3, 2018, 4:46 AM