1.   if A=1 then C=1

2.   if(A=1 and C=1) then "if A=1 then C=1"작동중지


여기서 if A=1일때 2번째 줄부터 확인하고 실행하고싶은데


그걸 조건문으로 어떻게 나타내나요?