Solutions and Ideas on Programming, Statistics and Networking
; for (int i = 0; i <= 10; i++){ ; printf("%f\n", i); ; printf("%f\n", i * 2); ; } (loop for i from 0 to 10 do (progn (print i) (print (* i 2)) ) )
THANK YOU so much for your post, It is really interesting,
Thanks
THANK YOU so much for your post, It is really interesting,
ReplyDelete