#include int main() { int X, Y, Z, CNT; X=1; Y=0; Z=0; CNT=0; while(CNT<4); Z=X+Y; Y=X; X=Z; CNT=CNT+1; printf("%d ---- Z\n", Z); return 0; }