我正在與Cea一起學習軟件系統開發A-Level。代碼顯示在下面。標記方案說僞碼是錯誤的,有人能解釋爲什麼嗎?這個僞代碼如何是假的(不輸出43)
僞代碼:
The output from the following pseudo code is 43.
(method) – void incrementNum(int numParam){
numParam++
}
(main method) – void main(){
int numArg = 42
incrementNum(numArg)
output numArg // writes 43
}
請把代碼放到你的問題,鏈接的圖像可能會丟失,並沒有爲其他人編制索引。除此之外,如果你至少在回答問題的人的問題上付出至少的努力,那將是非常棒的。 –
[請不要將您的代碼發佈爲圖片。](// meta.stackoverflow.com/q/285551) –