Computer Science, asked by chandan6535, 1 year ago

I have a problem to solve that takes n as an input number. the problem has a property that given the solution for (n-1), i can easily solve the problem for n. which programming technique will i use to solve such a problem?

Answers

Answered by RK242
1
I think you should go with
Procedure Oriented Programming..
You can know more about it..
in google..
Hope it helps..
Similar questions