Computer Science, asked by shkahlam4129, 1 year ago

Write a program to generate a rectangular wave of on period 200ms and off period 100 ms with clock frequency 2 mhz

Answers

Answered by kanika575
0

Answer:

It is wasteful calculating factorials continuously like that since you're duplicating the work done in x! when you do (x+1)!, (x+2)! and so on.

Similar questions