Computer Science, asked by surbhigupta8433, 8 months ago

find out the error in the
following fragment
a) Print ("x="x)
b) else =21-5​

Answers

Answered by Kaushikkalesh
1

a) print("x=", x) [comma was missing]

b) else is a reserved keyword, it cannot be used as a variable

Please Mark this as Brainliest

And Thank Me

Similar questions