Computer Science, asked by imana09shreya, 1 month ago

Algorithm for add 2 numbers & to cover a book​

Answers

Answered by 004tranquil
1

Answer:

please specify which language

Explanation:

in giving for python

1) add two numbers:

a=int(input ("enter the first number"))

b=int(input ("enter the second number"))

print ("the sum of the two numbers is=",a+b)

PS: I didn't understand the second part please make the question more clear and I will answer to my best ability.

you may type the correct answer in the comments too

THANKS

Answered by nareshsaini77117
2

Explanation:

Answer:

please specify which language

Explanation:

in giving for python

1) add two numbers:

a=int(input ("enter the first number"))

b=int(input ("enter the second number"))

print ("the sum of the two numbers is=",a+b)

PS: I didn't understand the second part please make the question more clear and I will answer to my best ability.

you may type the correct answer in the comments too

THANKS

Similar questions