+ 91
[challenge] Multiply two numbers like on paper
Multiply two numbers with more than two digits each. Your program should only be able to multiply one-digit-numbers. so 343 x 281 1*3+1*4 add 0 + 1*3 add 00 for adding 0 it is allowed to multiply with 10 Additionally think about a program that only is able to add to one-digit-numbers. All languages are welcome. Have fun.
59 odpowiedzi
+ 41
Nice challenge 😉
https://code.sololearn.com/cJ1k0wsxJNAY/?ref=app
+ 39
Add, Subtract, Multiply, Divide:
https://code.sololearn.com/W6w3bIRGpEU6/?ref=app
+ 34
I cant believe! Yesterday I achieved platinum and today I ve got the challenge of the day.
not so bad!
+ 17
congratulations I will also done soon this one
+ 16
Here's my try
Input first number * second number
https://code.sololearn.com/cjqjgI7k0evf/?ref=app
+ 16
Here is my try using Java:
https://code.sololearn.com/c84j0f0P8ajO
+ 15
+ 14
Hope you like it .... its exactly what you asked - https://code.sololearn.com/W502k80cB6FT/?ref=app
+ 12
@Oma Falk
Congrats on the COTD and on the Platinum status 👏🎉🎶🎆😉
+ 10
Congratulations for Challenge Of The Day 🎉🎊🎉🎊
+ 10
@siddharth i know some vedic math!
it would be great to see a code from you applying it
maybe with explanation..
+ 10
I was Busy With my exams But finally..
https://code.sololearn.com/cREY5EnZ8FrN/?ref=app
+ 8
This challenge is a specialised version of my challenge:
https://www.sololearn.com/discuss/729467/?ref=app
+ 8
First time participating :)
https://code.sololearn.com/cz5ir0N8vEkE/#py
+ 8
https://code.sololearn.com/c0Q54RnM6F97/?ref=app
+ 8
I am late, but C:
https://code.sololearn.com/c5bYI9KZ51xf/?ref=app
+ 7
This is a python example for solution
https://code.sololearn.com/cuSUV2R1yEk2
+ 7
https://code.sololearn.com/c4778b7SbwvR/?ref=app