Computer Science, asked by shubu72, 4 hours ago

will mark brainliant if u do that​

Attachments:

Answers

Answered by anishbanerjee11dpsm
0

Answer:

1) a) String

b) constantl

c) expression

d) variable

e) statement

2) a)/

b) String

c) boolean operators

d) logical operators

e) END

3)

CLS

INPUT "ENTER A NUMBER";a

IF a MOD 7 = 0 THEN PRINT "DIVISIBLE BY 7" ELSE PRINT "NOT DIVISIBLE BY 7"

END

Similar questions