Title: Optional
Text: for ii = 100:-1:1 if mod(ii,2) == 1 'The number ',num2str(ii),' is an odd number.'; else 'The number ',num2str(ii),' is an even number.'; end end. Each paragraph will be a test.
Save test: Use this if you want to share this typing test (only for authenticated users).
Train on this quote
Title:
Author:
for ii = 100:-1:1 if mod(ii,2) == 1 'The number ',num2str(ii),' is an odd number.'; else 'The number ',num2str(ii),' is an even number.'; end end.