answersLogoWhite

0


Best Answer

num = 0

For eachRepeat = 1 To 5

num = num + 5

Next

MsgBox(num)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the program in this output enter the number 5 square of 5 is 25 using the for loop statement?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Program to find square and cube of a number?

square and cube caculator


Which statement about President Theodore Roosevelt square deal is an opinion rather than a fact?

The Square Deal was better than any other president's program would be a statement about President Theodore Roosevelt's square deal that is an opinion rather than a fact. Theodore Roosevelt was the 26th U.S. President.


How does inverse function work?

Let's illustrate with an example. The square function takes a number as its input, and returns the square of a number. The opposite (inverse) function is the square root (input: any non-negative number; output: the square root). For example, the square of 3 is 9; the square root of 9 is 3. The idea, then, is that if you apply first a function, then its inverse, you get the original number back.


How do you write a java program to find the square root of a number?

You can use the Math.sqrt() method.


Write a c program to accept a numbers and generate square root cube and exponential values?

write a c program to accept a number and generate a square root cube and exponential values


Does the output of a monostable multivibrator oscillate?

No, the output of monostable multivibrator does not oscillate. As it has only one stable output we do not get oscillations. We get a square wave as output.


What is the contrapositive of the statement if it is a square then it is a rectangle?

If it is NOT a rectangle, then it is NOT a square.


What is the answer of a square - 5a equals 0?

"The answer" is the number that 'a' must be in order to make the statement true.There are two answers.a = zeroanda = 5


What number has 13 number factors?

"Factors come in pairs, so this is impossible." This statement is false. A number can have an odd number of factors by having the square root as one of the factors. Find a number with 12 factors and a square root.


How do you write Square program using vb?

write a vb program to find the magic square


What is the negation of the statement the shape of a garden is square?

The shape of the garden is not square.


What are some examples of a conditional statement?

A simple example of a conditional statement is: If a function is differentiable, then it is continuous. An example of a converse is: Original Statement: If a number is even, then it is divisible by 2. Converse Statement: If a number is divisible by 2, then it is even. Keep in mind though, that the converse of a statement is not always true! For example: Original Statement: A triangle is a polygon. Converse Statement: A polygon is a triangle. (Clearly this last statement is not true, for example a square is a polygon, but it is certainly not a triangle!)