Study

19-09-2022

  •   0%
  •  0     0     0

  • Look at the code below. What is the problem with the code?
    num1 and num2 are converted into strings instead of integers
  • What is the name for a repetition inside another repetition?
    Nested loop
  • What is the name for breaking down problems into subproblems?
    Decomposition
  • What is a nested loop?
    repetation inside and another repetation
  • Look at the code below. What is the problem with the code?
    num1 and num2 variables need to be converted to integers
  • What is decomposition?
    Breaking down problems