➽ Program:-
p = float(input("Enter the First
Number: "))
q = float(input("Enter the Second
Number: "))
sum = p + q
print("Addition of two numbers
is",sum)
➽ Output:-
Enter the First Number: 5
Enter the Second Number: 6
Addition of two numbers is 11.0
0 Comments
Please do not enter any spam link in the comment section.