Answer:
<u>-1=5.3</u>
<u />
<em>not sure if this is right; it should be though</em>
<em></em>
Step-by-step explanation:
2.1(0) - (1+2(0))= 5.3
-(1)=5.3
-1=5.3
<span>[2(3+5)-2(4+1)]5
=</span><span>[2(8)-2(5)]5
=</span><span>[16-10]5
=6*5
=30</span>
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: