photo

Shabaz Khan


Last seen: 6 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


How to write and run while loop in app design?
C= app.CollectionEditField.Value; S= app.ServingEditField.Value; app.cycle=0; cycle_t=app.cycle; app.FC=0; F_C=app.FC; app...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Trying to find out that how many loop cycle it complete before the 'S' become zero. S value is not decreasing. Need to decrease S value zero and sum the total cycle number?
>> C=0.02; >> cycle = 0; >> FC =0; >> S=10; >> while (S>=0) S=(S-F); F=(S*C); FC = (FC+F); cycle =(cycle+1); end

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas