answersLogoWhite

0

The multiplication fact (singular, not plural 'facts') that can be found is 7x9 = 63.

Using the arrays,

a 2x9 array (2 rows of 9 items) and 5x9 array (5 rows of 9 items) is 63:

2x9 = 18

5x9 = 45

18 + 45 = 63

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

How can loops be used to process arrays?

Loops can be used to iterate or walk through an array. For example, suppose you have an array already initialized (we'll call it "array"): int target = -1; for (i=0; i < array.length(); i++){ if (array[i] = target){ //do something } } Here, we will walk through an array (note that arrays are zero indexed) using a loop to make sure we hit each element of the array. In our loop, we start at the head (or first element) and iterate over each element.


What is an example of square array?

*SQUAREdefinition- A 4-sided regular polygon with all sides equal and all internal angles 90°example- A computer screen*SQUARE (SQUARE ROOT)definition- A divisor of a quantity that when squared gives the quantityexample- The square roots of 25 are 5 and −5 because 5 × 5 = 25 and (−5) × (−5) = 25.


Algorithm to find factorial using functions?

factorial using recursion style in c++ is unsigned int fact(unsigned int a) { if (a<=1) return 1; else { f*=fact(a-1); return a; } } when using looping structure factorial is unsigned int fact (unsigned int n) { unsigned int i,f=1; for(i=1;i<=n;i++) f*=i ; return f; }


Abap Program To find Factorial of number?

report zbharath. data:num type i value 5, fac type i value 0. perform fact using num changing fac. write:/ 'factorial of',num,'is',fac. form fact. using value(f-num) type i. changing f-fact type i. f-fact=1. while f-num ge 1. f-fact=f-fact*f-num. f-num=f-num-1. endwhile. endform.


How do you find factorial using while wend statement in gw basic?

In GW-BASIC, you can calculate the factorial of a number using a WHILE...WEND loop. First, initialize a variable for the factorial result (e.g., fact = 1) and a counter variable (e.g., i). Then, use a WHILE loop that continues as long as i is less than or equal to the number for which you want the factorial. Inside the loop, multiply fact by i, increment i, and finally print the result after the loop ends. Here's an example code snippet: INPUT "Enter a number: ", n fact = 1 i = 1 WHILE i <= n fact = fact * i i = i + 1 WEND PRINT "Factorial of "; n; " is "; fact

Related Questions

What multiplication fact can be found by using the arrays for 2 times 9 and 5 time 9?

3 times 9 and 7 times 9.


What multiplication fact can be found by using the arrays for 2 x 9 and 5 x 9?

9+9 and 9+9+9+9+9


What multiplication fact be found be using the arrays 2x9 and 5x9?

7x9 is the multiplication fact that can be found using the arrays 2x9 and 5x9.


What mult fact can be found by using the arrays 2X9 and 5X9?

9


What multiplcation fact can be found by using the arrays for 29 and 59?

They both cannot be


What multiplication fact can be found by using the arrays for 2 times 9 and 5 times 9?

Oh, what a happy little question! When you have an array for 2 times 9, you can see 2 rows of 9, which equals 18. And when you have an array for 5 times 9, you can see 5 rows of 9, which equals 45. Keep exploring those arrays and you'll create a beautiful landscape of multiplication facts!


How can you make a multiplication fact using digits 1 through 9?

2x2=4


What does multiplication facts mean?

multiplication fact means the truth


Is zero a multiplication fact?

No. A multiplication fact contains two factors being multiplied, like 0x8 or 7x6.


make a multiplication fact of the numbers 3122111?

There is only one number. The simplest multiplication fact is 3122111 x 0 = 0There is only one number. The simplest multiplication fact is 3122111 x 0 = 0There is only one number. The simplest multiplication fact is 3122111 x 0 = 0There is only one number. The simplest multiplication fact is 3122111 x 0 = 0


What Multiplication fact has only one division fact?

1


What is the solution to a multiplication fact?

product