セクション 1. 章 2
single
Basic Arithmetic
メニューを表示するにはスワイプしてください
In R, arithmetic expressions can be written directly in the console, and the result is displayed without the need for an explicit print function.
Arithmetic Operators
You can use the following operators for basic arithmetic:
+for addition;-for subtraction;*for multiplication;/for division.
Example
123412 + 21 32 - 16 10 * 11 13 / 5
Note
Each new operation should start on a new line.
タスク
スワイプしてコーディングを開始
Perform the following calculations using basic arithmetic operations:
30 + 24;50 - 36;19 * 7;28 / 4.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 2
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください