用VB編寫程式求下面數列的和,計算精確到an 10 5為止

2022-02-05 16:55:44 字數 865 閱讀 8980

1樓:匿名使用者

y = 0n = 0an = 1do while an > 10 ^ (-5) n = n + 1 an = an / 2 y = y + anloopmsgbox "y的值為:" & y & " n的值為:" & n

2樓:du知道君

(1) 8 9 ÷[( 2 5 + 1 10 )× 3 4 ]= 8 9 ÷[ 1 2 × 3 4 ],= 8 9 × 8 3 ,= 64 27 ;(2)(1- 3 5 )÷0.25×4= 2 5 ×4×4,= 32 5 ;(3)7.5×2.

8-7.5×1.8 =(2.

8-1.8)×7.5,=1×7.

5,=7.5;(4)12÷( 7 12 - 4 7 + 5 12 )=12÷( 7 12 + 5 12 - 4 7 ),=12÷(1- 4 7 ),=12× 7 3 ,=28.

對以下函式: x (-5

3樓:匿名使用者

按你的要求,第乙個:

#include

void main()

後面不會版的再問我。權

要求用VB,或者C語言,編寫程式,從鍵盤輸入奇數n

include main printf sum d sum include int main void return 0 include void main printf d n j 求vb程式設計,兩個按鈕 奇數和 偶數和 輸入整數n,計算1 n之間的奇數和,偶數和,並顯示 30 private ...

編寫程式實現方法的過載?用java語言編寫

public class test2 public int pt char c public string pt int i,char c public static void main string args public void foo int i public void foo string...

編寫程式求M N二維陣列的周邊元素之和

interval sum a,s,e 區間求和函式t 0for s to e do t t a s return t sum interval sum a 0 0,n 1 interval sum a m 1 0,n 1 for r 1 to m 2 sum sum matrix r 0 matri...