answersLogoWhite

0

1,7,11,

Well, it depends on what you mean by 'the array of a number'. If it has something to do with the divisors, then it's the primes, or the powers of primes.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

How can you dicribe array?

An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.


Accept 5 numbers in an array and display it?

Accept 5 numbers in an array and display it.


Why do you sometimes have only one multiplication sentence for an array?

An array can represent a multiplication sentence when it has a uniform number of rows and columns. However, if the array has a single row or a single column, it can only produce one multiplication sentence, as it reflects a simple multiplication of one dimension. For example, a 1x5 array can only be expressed as 1 multiplied by 5, while a 5x1 array can only be expressed as 5 multiplied by 1. In these cases, the structure of the array limits the possible multiplication sentences.


How do you write a program which reads a list of ten numbers and print the list in reserve order in c program?

The simplest way is probably to read the numbers into an array and then prints each element of the array starting at the last one and moving backwards.


How do you display 15 numbers in an ascending order using an array?

Sort the array then traverse the array, printing the element values as you go.

Related Questions

Why do prime numbers only have one array?

Because they only have one factor pair.


How are all the area model of the prime numbers similar?

They only have one array.


What is single dimensional array in c plus plus?

A one dimensional array is an array of objects that goes in one "direction". Any array with only one [] is a one dimensional array. For example: int numbers[6]; is a one dimensional array. int numbers[6][3]; is a two dimensional array.Graphical terms:One dimensional array[4]:14 - 75 - 8164 - 234Two dimensional array[2][3]:47 - 178108 - 8517 - 128It didn't come out quite how I wanted it...


You have only one rectangular array and you are between the numbers 12 and 16 what number are you?

13...13x1.


What numbers 2 to 10 make only one array?

The numbers from 2 to 10 that can form only one unique array (or arrangement) are 2, 3, 4, 5, 6, 7, 8, 9, and 10. This is because each of these numbers can be represented by a single array consisting of just that number itself. For instance, the number 2 can only be represented as [2], and similarly for the other numbers. In contrast, the number 1 can be arranged as a single element array or combined with other elements to create different arrays.


What is the term used to describe numbers that can only make 1 array?

They are prime numbers.


An array of numbers where each row contains the numbers from one of the equations?

matrix


Is an array of numbers where each row contains the numbers from one of the equations?

matrix


Is array is structure or not?

Array is not a struct. Array only has one datatype, struct has arbitrary different datatypes.


How can you dicribe array?

An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.


Accept 5 numbers in an array and display it?

Accept 5 numbers in an array and display it.


What is the most efficient way to find the median of an unsorted array of numbers?

One efficient way to find the median of an unsorted array of numbers is to first sort the array in either ascending or descending order, then determine the middle value as the median.