※ 引述《kissmypenis (紅豬)》之銘言:
: 我是個初學C語言的高中生...
: 最近在寫一些簡單的程式
: 老師出了一些題目當作業..其中一題為以下
: 題目: Printing patterns 。
: a. Write a function with the header
: Void line(int n , char c)
: Which will print n copies of the character c followed by a new line.
: b. Use this function in a program which reads in an integer and prints a
: triangle of the specified number of lines,in the following format:
: How main lines? 4
: *
: **
: ***
: ****
: c. Use this function in a program which reads in an integer and prints a
: triangle of the specified number of lines,in the following format:
: How main lines? 5
: *********
: *******
: *****
: ***
: *
: b跟c兩題我用for迴圈的方式可以寫得出來...我看不太懂a是要我寫甚麼???
: 有利害的大大可以跟我解說嗎? 謝謝 ^^
這三題是個題組
後兩題其實是要你用第一題寫的函式來回答
而第一題是這樣的: 要你寫一個叫 line 的函式
長得像 void line(int n, char c)
要能夠在呼叫它之後印出 n 個字元 c 附帶一個換行
--
1989/02/22 優希堂悟 1990/02/22 冬川こころ 1993/07/05 小町つぐみ 1994/05/21 高江
ミュウ 1995/04 歡迎來到 星野遊々 1997/03/24 守野いづみ 1997/03/24 伊野瀬チサト
1998/06/18 守野くるみ 1999/10/19 打越鋼太郎的 楠田ゆに 2000/02/15 樋口遙 2002/
12/17 八神ココ 2011/01/11 HAL18於朱倉岳墜機 2011/04/02 ∞與∫的世界 茜崎空啟動
2012/05/21 第貮日蝕計畫預定 2017/05/01~07 LeMU崩壞事故 2019/04/01~07 某大學合宿
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.28.92