RiyaTailz9294 RiyaTailz9294 07-03-2024 Computers and Technology contestada What is the output of the following snippet if the user enters two lines containing 2 and 4 respectively? ```pythonx = int(input())y = int(input())print(x * y)``` a) 8 b) 6 c) 24 d) 4