Kindly can anyone guide me about while loop in Mathcad 15. I have tried many tutorials but wasnt useful. My while loop is very simple, code is written below.
k:=0
x:=8
while k< x
k <- k+1
k=0 // printing k after while loop, no results were obtained.