+ 1
[challnge]🏆🏆calculator
Write a c++ calculator with (+,*,-,/,%) operators that can be used for float numbers with a real calculator shape in console.with infinte input
2 Respostas
+ 3
SoloLearn does not support multi-line input. You will have to use Visual Studio or another C++ IDE to have infinite input. Great challenge though! I will be posting a solution in a minute.
+ 2
Here it is:
https://code.sololearn.com/ch7Va2B129Ej/?ref=app