Computer Science, asked by singhvinita7b, 2 days ago

CLS

C=1: S=0: N=5

WHILE C<=N

P=P*C

C=C+1

WEND

PRINT “RESULT=”P

END​

Answers

Answered by crankybirds31
1

Answer:

CLS

C=1: S=0: N=5

WHILE C<=N

P=P*C

C=C+1

WEND

PRINT “RESULT=”P

END

Explanation:

qbasic program

Answered by itzAwesomeSoul10
0

Answer:

CLS

C=1: S=0: N=5

WHILE C<=N

P=P*C

C=C+1

WEND

PRINT “RESULT=”P

END

Explanation:

Qbasic program

Similar questions