1樓:汽車配件城
我用c#順手,多了不想寫就寫一個吧
string input;
int count;
input = this.textbox1.text.trim();
count = input.length;
string output;
output = "";
for (int i = count; i > 0; i--)response.write(output);
字元數字都行
2樓:匿名使用者
都很簡單,不要那麼懶,老老實實做吧。
3樓:匿名使用者
1、 程式設計實現:輸入一個三位數,逆序輸出,例:輸入658 後,自動輸出856。
2、 程式設計實現輸出 1 + 2 + 3 + 4 + …… + 100 的值。
3、 程式設計實現輸出 1 + 1/2 + 1/3 + 1/4 + …… + 1/10 的值。
4、 程式設計實現輸出 2 + 4 + 6 + 8 + …… + 100 的值。
5、 程式設計實現輸出 1 + 3 + 5 + 7 + …… + 99 的值。
6、 程式設計實現輸出 1 * 3 * 5 * 7 * …… * 99 的值。
7、 程式設計實現輸出 20!的值。
8、 程式設計實現輸出 1! + 2!+ 3! + 4! + …… + 10! 的值。
9、 程式設計實現輸入一個x的值,通過計算輸出y的值。
3x + 8 x > 0
y = 5 x = 0
2x - 8 x < 0
10、 列印出所有「水仙花數」。 「水仙花數」是指一個3位數,其各位數字的立方和等於該數本身。例:153=13+53+33
c語言程式設計題 要求1、畫出n-s流程圖 2、寫出源程式
4樓:手機使用者
我用c#順手,多了不想寫就寫一個吧
版string input;
int count;
input = this.textbox1.text.trim();
count = input.length;
string output;
output = "";
for (int i = count; i > 0; i--)response.write(output);
字元數字權都行
求教幾個習題的n-s流程圖
5樓:司馬幼荷
2.依次將10個數輸入,要求將其中最大的數輸出 #includevoid main()
vf 畫出n-s流程圖並程式設計:書1+2+3+4+……+100的值
6樓:匿名使用者
程式:sum=0
i=1do while i<=100sum=sum+i
i=i+1
enddo
?"1+2+3+4+……+100=",sumns流程內圖容
7樓:麼你y咋幸福
什麼鬼 互動錯誤什麼的是什麼意思
c語言,n-s流程圖和傳統流程圖的轉換問題
8樓:鍋鋼
順序結構:
語句a;
語句b;
選擇結構:
if (條件) 語句a;
else 語句b;
多分支結構:
switch (常量表示式)
//其中,括起來的部分是可選的。
當型迴圈:
while(條件)
語句;直到型迴圈:
dowhile(條件);
9樓:匿名使用者
do while(expression);
while(expression)
c;while(expression)
程式設計的n-s流程圖用word怎麼畫 要有3個for迴圈
10樓:匿名使用者
不一定要求word來畫那些圖.
你可以先通過用coreldraw等平面設計軟體先把圖畫好,在插進到word裡面去.
這樣會覺得事情容易辦很多...
11樓:匿名使用者
用word畫這個是麻煩了些。推薦使用microsoft visio畫。畫完了貼到word中去。visio是專門畫這些圖的。
程式設計師在程式設計時都需要先畫出n-s流程圖嗎?還是在腦子中不需要畫出來?
12樓:匿名使用者
事實上 大多數程式設計師都不會畫的
對於比較簡單的程式 直接寫就可以了
對於比較複雜的程式 也不會具體到某一步 而是簡略的畫一個圖 然後分好模組 確定好模組之間的關係就可以了
具體到每一步的圖 只是給初學者方便理解和程式設計用的
13樓:匿名使用者
程式、、、越簡單越好
pascal 程式設計題 n皇后問題
program tt var a array 1.100 of integer b,c,d array 100.200 of integer t,i,j,k integer procedure print begin t t 1 write t,for k 1 to n do write a k w...
c語言程式設計輸入整數n計算32的n次要求定義函
include void main double fun int n include double jisuan double x,int n int main double jisuan double x,int n double sum 1 int i for i 0 i 可以輸入任意數的任意次...
python程式設計題,Python程式設計題
我用的是python3.6.x 剛才一個題和這個一樣是你問的嗎? def same first name name1,name2 if name1 is none or name2 is none print name1 or name2 is none elif type name1 type o...