I need marie code for this
Input a number and store it in X;
while X < 10 do
X = X + 1;
Output the value of X;
endwhile;
Input a number and store it in X;
while X < 10 do
X = X + 1;
Output the value of X;
endwhile;
I didn't ask you to do my HM I only needed a hint, I just didn't realise that I have to post my attempts.We don't do your homework for you. If you show us your attempted solution we will try to answer your questions.