help here... square program
-
hi everyi, i don know how to explain this with words...but below is the result that i wan to get. for example: display = 4 rows and coloums display in # Result: #### #### #### #### hope u understand..
-
hi everyi, i don know how to explain this with words...but below is the result that i wan to get. for example: display = 4 rows and coloums display in # Result: #### #### #### #### hope u understand..
This is in C# yeah? Is this a console app? Don't completely understand what you want, the first thing that comes to mind is to create an array, fill it up with #'s (or you can code it so they enter in the output) and iterate that array on the page. Hope this gives you some idea to the desired solution!
-
hi everyi, i don know how to explain this with words...but below is the result that i wan to get. for example: display = 4 rows and coloums display in # Result: #### #### #### #### hope u understand..
-
hi everyi, i don know how to explain this with words...but below is the result that i wan to get. for example: display = 4 rows and coloums display in # Result: #### #### #### #### hope u understand..
Well, the most straightforward solution would be:
Console.Write("####\r\n####\r\n####\r\n####\r\n");
However, that is probably not the solution that you need to complete the assignment. Why don't you just paste the assignment and explain what you are having problems with?--- single minded; short sighted; long gone;