Project

General

Profile

Actions

Revision #168

closed

インクリメント・デクリメント演算子 [基礎I 1/2, slide 24] の変更

Added by Kazuyoshi Kouno over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Start date:
07/08/2022
Due date:
07/14/2022
% Done:

100%

Estimated time:
0.50 h

Description

左側のサンプルコードのコメント(↓)

//「b = a; を行なった後に a++;」と同じ

を次の様に変更してください。
//「b = a; を行なった後に a = a + 1;」と同じ

Actions

Also available in: Atom PDF