hi all,
i need your help in solving these two questions about vb really i need the answer as soon as possible today
the first question:
how can i write a VB .Net application that adds even numbers 0, 2, 4, … until the sum of these numbers is greater to or equal to a specific value to be given by the user?
the second question:
how can i Write a VB .NET application that calculates the factorial. The factorial is the product of all the positive integers from 1 to a given number, for example, 4 factorial, usually written 4!, is equal to 24 (1 × 2 × 3 × 4 = 24). The user will enter through a textbox the desired number and you as programmer will display the result in a message box. It should be noted that 0! is by default equal to 1?
please if some one have the answer please past them
i need your help in solving these two questions about vb really i need the answer as soon as possible today
the first question:
how can i write a VB .Net application that adds even numbers 0, 2, 4, … until the sum of these numbers is greater to or equal to a specific value to be given by the user?
the second question:
how can i Write a VB .NET application that calculates the factorial. The factorial is the product of all the positive integers from 1 to a given number, for example, 4 factorial, usually written 4!, is equal to 24 (1 × 2 × 3 × 4 = 24). The user will enter through a textbox the desired number and you as programmer will display the result in a message box. It should be noted that 0! is by default equal to 1?
please if some one have the answer please past them
Comment