题目
匹配题
Match the following syntax to the function description 1: x*y ____ 2: x+y ____ 3: x-y ____ 4: x%y ____ 5: x/y ____ 6: x**y ____
选项
A.remainder of division between x and y
B.add x to the value of y
C.subtract y from the value of x
D.x to the power of y
E.x divided by y
F.multiply x by y
查看解析
标准答案
Please login to view
思路分析
Let’s examine what each syntax means and which description it matches in the provided list.
Option 1: 'remainder of division between x and y' — This corresponds to the modulus operator x % y. In the six given descriptions, the one that matches this idea is 'remainder of division between x and y' itself, whi......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
You would like the following expression 3+2[Fill in the blank] 4/(7-5)^2 to evaluate to 5 when run in R. Enter an appropriate mathematical operator to make the expression to evaluate to 5.
Consider the expression: 3 // 4 * 20 + 6 // 2. What value does this expression reduce to? Be sure to list a literal of appropriate type (e.g., 7.0 rather than 7 for a float, string literals in quotes).
Match the following syntax to the function description 1: x*y ____ 2: x+y ____ 3: x-y ____ 4: x%y ____ 5: x/y ____ 6: x**y ____
Match the following syntax to the function description 1: x**y ____ 2: x*y ____ 3: x/y ____ 4: x+y ____ 5: x-y ____ 6: x%y ____
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!