answersLogoWhite

0

With some difficulty! It would be an array with 6 rows and 3546 columns.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you represent geometrically factorization of quadratic polynomial?

To show physically a factorization of a quadratic I would use algebra tiles. First the upper left would be the number of squares I had put in a rectangular array. The lower left would be the number (constant) I had in a rectangular array. The deminsions of the squares would be my variable and the deminsions of the small square would be my constants. x^2+5x+6 x + 3 x x^2+3x + 2 2x +6 (x+2)(x+3)


How does an array show equal groups?

each numssb


Can you show me what a rectangular prism is?

A rectangular prism is a cuboid that has 6 faces, 12 edges and 8 vertices


Can linked list represent in array if yes show how insertion and deletions can perform in array representation of inked list?

yes


What is an array in math?

Arrays are drawings or doodles that can show you a multiplication.


Why do all televisions are rectangular in shape?

Because the reels the show is stored in is square and if the tv wasnt square it would be like put a square in a circle


Words with the same meaning of show?

Show me the money!! star of the show the show must go on


What do the the four legs of a rectangular table show?

2 pairs of congruent line segment


What numbers between 2 and 10 can only form one rectangular array?

A number that can only form one rectangular array would be one that has only two factors, which means it is a prime number. The factor pairs show the different rectangular arrays that can be formed. 2 = 1 x 2 3 = 1 x 3 5 = 1 x 5 7 = 1 x 7 4 = 1 x 4 and 2 x 2, so it can form two. 6 = 1 x 6 and 2 x 3, so it can form two. 8 = 1 x 8 and 2 x 4, so it can form two. 9 = 1 x 9 and 3 x 3, so it can form two. 10 = 1 x 10 and 2 x 5, so it can form two.


How do you use an array to show the commutative property?

If the array consists of r rows and c column, and the total number of cells in the array are n = r*c, then r*c = n and c*r = n so that r*c = c*r : which is commutativity of multiplication.


Can you show me a dot pattern to show twelve is a rectangular number?

Write down 4 rows of 3 dots or 3 rows of 4 dots.


Searching array element by using pointer in c plus plus?

The name of an array can be looked as a pointer of this array,and it points to the local memory address of the first element.So we can gave the address to a pointer.The flow is an easy example to show hou to use a pointer to print an array.#include "iostream.h"void main(){char a[]="abcdefgh";char *b=a;//afor(int i=0;i