i am trying to create a code to make a pic using only for loops, user input and container = int
the pic looks something like this
1 = *
0 =
11111111111111111
10000000000000001
10000000000000001
10000000000000001
11111111111111111
i had to translate the pic into numbers otherwise it woudn't show right here 1 is * 0 is blankspace
the pic looks something like this
1 = *
0 =
11111111111111111
10000000000000001
10000000000000001
10000000000000001
11111111111111111
i had to translate the pic into numbers otherwise it woudn't show right here 1 is * 0 is blankspace