In this video, I shown you how to add 2 or more numbers (size is depended on user) by 3 methods :-
Method No 1 (with an array) : In this method, I was used 2 'for' loops and an array
Method No 2 (with an array) : This method is more efficient than method no 1. In this method, I was used a 'for' loop and an array.
Method No 3 (without an array) : This method is more efficient than method no 2. In this method, I was used just an array.
for Algorithm of Method 1 and Method 3 (check below link)
the link :- https://cpluspluswithsidd.blogspot.co...
Method 3 is more efficient than other 2 methods therefore, I was just uploaded program of Method No 3 (check below link)
the link :- https://github.com/siddhantPanchal/yo...
if you not download Turbo C IDE watch this video
the video :- • How to download and install Turbo C++ in d...
(Note :- For other operations like Multiplication,Division and Subtraction you must replace '+' operator according to you)