Algorithm to add 2 four digit numbers | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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