answersLogoWhite

0

Even numbers.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What do you call a the numbers that cannot be arranged into two-rows arrays?

An odd number.


What do you call numbers that can't be arranged into two rows of a array?

We call them prime nunberds


How do you do a division arrays?

Division arrays are typically done by dividing the total number of objects by the number of rows. These can come in the form of blocks or circles arranged in a specific number.


Can a class of 72 students be arranged in rows of 7?

no but it can be arranged in rows of 8


What is the sheet?

(computer science) A type of computer software for performing mathematical computations on numbers arranged in rows and columns, in which the numbers can depend on the values in other rows and columns, allowing large numbers of calculations to be carried out simultaneously.Source: Answer.com


What is the spread sheet?

(computer science) A type of computer software for performing mathematical computations on numbers arranged in rows and columns, in which the numbers can depend on the values in other rows and columns, allowing large numbers of calculations to be carried out simultaneously.Source: Answer.com


Name two smaller arrays of 7x6 product?

There are no smaller arrays. If the number of rows is smaller then the number of columns is larger and, conversely, if the number of columns is smaller then the number of rows is larger.


What number is periodic table arranged by?

Periodic table is arranged by atomic number. elements are arranged in groups and periods.


Rows and columns used to show a multiplication problem is called?

arrays.


If 33 desk were arranged into six rows how many rows will have exactly 5 desk?

33 desks can be arranged into six rows having no rows, 1 row, 2 rows, 3 rows, 4 rows, or 5 rows with exactly 5 desks.


How do you use arrays in everyday life?

Arrays are commonly used in everyday life for organizing and managing data efficiently. For example, in spreadsheets, data is often arranged in rows and columns, similar to arrays, making it easier to analyze information like budgets or schedules. Additionally, when programming, arrays help in storing collections of items, such as a list of contacts or a series of shopping items, allowing for quick access and manipulation. Lastly, many apps and software rely on arrays to handle user data, settings, and preferences systematically.


Can ragged arrays created by using java?

I assume you mean that you have a number of rows, and that not all rows have the same number of "cells". Yes, in Java a two-dimensional array is implemented as an array of arrays (each item in the top-level array is, in itself, an array); a 3-dimensional array is an array of arrays of arrays, etc.; and there is no rule stating that all secondary (etc.) arrays must have the same number of elements.