>
数学
>
VB练习题,,请高手帮我完成 a=(2n+1)!,n is an positive integer
人气:336 ℃ 时间:2020-05-08 21:21:05
解答
Dim n As Integer
Private Sub Form_Click()
Dim i As Integer
Dim j As Long
j = 1
For i = 1 To n
j = j * 2 * i * (2 * i + 1)
Next i
Print j
End Sub
Private Sub Form_Load()
n = InputBox("请输入n的数值:")
End Sub
推荐
if n is a positive integer and 2^n + 2^n+1=k,what is 2^n+2 in terms of
If y is the smallest positive integer such that 3,150 multipliedby y is the square of an integer
What is the least positive integer that is not a factor of 25!and is not a prime
VB练习题
Find all integers x such that 2x^2+x-6 is a positive integeral power of a prime positive integer.
综合素质评价手册中的成长历程怎么写啊?从那方面下好啊
若f'(x)=0,xE(a,b),则f(x)=?
秦朝的统一有什么历史意义
猜你喜欢
求平均年龄.
Jimmy is a friend of _______(my brother)是添my brother's 还是my brother
语文题,速求
英译汉:when he borrowed it last time
天气预报的英文是weather forecast还是the weather forecast?
千里之堤溃于蚁穴的意思
三阶魔方公式是啥意思?
将命题“有一个角和夹这个角的两条边对应相等的两个三角形全等”改写成“如果…那么…”的形式为_.
© 2025 79432.Com All Rights Reserved.
电脑版
|
手机版