| can anyone help me make out this do loop? the output will look something like this:
%%%%%
% %
% %
%%%%%
if you enter the dimentions, for example, it'll go like this
width = 4
length = 7
%%%%%%%
% %
% %
%%%%%%%
im supposed to do it with do loops and such..>.< |