Hi all,
Please have a look of following question
Q:
Find the exact number of times, in terms of the natural number n that s is executed in the following algorithm
I:=0
while I<n do
s;
I:i+3;
od
Please give me some advise to solve this question... thanks a lot