第1關 結構函式

2022-06-28 05:45:09 字數 709 閱讀 5488

任務描述

我們經常在網上購買書籍,書籍一般具有幾個固定的屬性,比如書籍的作者、出版年份、**、書名等。

任務要求:使用結構定義書籍及其成員。使用成員函式返回所有資訊。

測試說明

測試過程:

以下是測試樣例:

測試輸入:

預期輸出:

author:cixin liu,price:40,yearofpublication:2006,bookename:the three body problem

using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.threading.tasks;

namespace h1

public void setbookname(string s)

public void setprice(double s)

public void setyearofpublication(int s)

public string getinformation()

} /********** end *********/

static void main(string args)

}}

c 選擇結構(函式)

swicth條件函式 if 條件 else if 條件 else cout input your score.score if score 80 elseif 60 score score 80 else 後面沒有 而裡面 要 謹記,c 不能像python一樣0if 條件 else if else ...

內建資料結構 函式

元組 t1 print type t1 t2 1 print type t2 t3 1 print type t3 t4 1,print type t4 t5 1,2 print type t5 1.針對元組的元素,只有1個的時候,需在括號裡面的資料後,新增逗號 2.當元組的元素超過兩個資料時,無需...

趣談程式語言結構 函式

你有沒有想過這樣一件事情,你有乙個函式,賦予它乙個名字,那麼你能不能夠在的程式裡面,提到它,提到它的的名字?我是說提到,不是去叫它,即通常所謂的呼叫。ok,如果你不明白我在說什麼,那麼讓我試著說得更清楚一些。相聲演員郭德綱,他有乙個名字,他很擅長說相聲。我們可以提到他的名字,但是我們並沒有叫他到這裡...