Ad
  • Custom User Avatar

    this sign converts string value to number, example '1' (string) will be 1 (number)

  • Custom User Avatar

    The answer is 2 because you need to take the lowest value. It can't be 0 because the value can't start from 0 (?? !== 00). It can't be 1 because 1 is already exist in the expression. ??*1=??
    All of the ?s in an expression will represent the same digit (0-9), and it won't be one of the other given digits in the expression