Computer Science, asked by frao7788, 2 months ago

Input of an integer value

Answers

Answered by krishna1strank
0

Answer:

PLS MARK THE BRAINLIEST

Explanation:

a = int(input("Enter an Integer: "))

b = int(input("Enter an Integer: "))

print("Sum of a and b:",a + b)

print("Multiplication of a and b:",a * b)

Similar questions