Accountancy, asked by somya2324, 8 months ago

calculate amount that will be shown in the notes to account on changes in inventories if opening inventory and closing inventory are rupees 10 lakh and 15 lakh respectively​

Answers

Answered by gk9543423
0

Answer:

Arrange it in order........

segles - Pseudocode and Flowchart exercises / Analyse

SET first = 0, second = 1 andi = 2

Fibonacci(number):

WHILE (i<number)

PRINT first and second

SET first = second

SET second = next and i = 1+1

SET next = first + second and PRINT next

ENDWHILE

END

NEXT

REVIEW ANSWER

Explanation:

nice piece of work

Similar questions