Given a program that reads two lines and outputs their multiplication. The product can’t be zero. If the product is equal to zero, the program should output It can't be zero!.
Fix all errors in the code so that the program works correctly.
Given a program that reads two lines and outputs their multiplication. The product can’t be zero. If the product is equal to zero, the program should output It can't be zero!.
Fix all errors in the code so that the program works correctly.
Sample Input 1:
2
2Sample Output 1:
4Create a free account to access the full topic