Algorithm to add 2 four digit numbers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Algorithm to add 2 four digit numbers

How to write the algorithm

27th Feb 2020, 2:52 PM
Amanta Baby
Amanta Baby - avatar
1 Answer
+ 3
To add 2 numbers you don't need an algorithm. For python its: print(1234 + 5678) #> 6912 Or do you expect something total different?
27th Feb 2020, 3:31 PM
Lothar
Lothar - avatar