Leçon 1, Chapitre 1
En cours

Quizz Arduino : Conditional Programming in Arduino IDE – Detecting Sensors

Yann KIDSHAKER 18 mars 2025

Arithmetic Operators

Time limit: 00:06:02
  1. 1. QUESTION

    1 point(s)

    How many arithmetic operators are discussed in this topic?

  2. 2. QUESTION

    1 point(s)

    When using whole numbers in a calculation which will result in a floating type answer, how should they be represented: (Using 36 as an example)

  3. 3. QUESTION

    2 point(s)

    Which of the following gives the exact match between arithmetic operation and their respective symbols?

  4. 4. QUESTION

    1 point(s)

    If the result of a calculation is expected to be a number with decimal points, which of the following shows the correct way to define the variable for storing it?

  5. 5. QUESTION

    1 point(s)

    If we define an integer in the following manner:

    int Sum;

    What will be the initial value of ‘Sum’ ?