Study

Algorithm & Programming

  •   0%
  •  0     0     0

  • How many datatype are there?
    4 (String, Integer, Boolean and Float)
  • What operator do you use to assign a variable?
    Equal to
  • Which loop do you use to repeat only 5 times?
    FOR loop
  • What is the meaning of the operator below?
    Less than or equal to
  • Identify the relational operator?
    Double Equal to
  • Look at the code below. Identify the programming construct
    Sequence