Computer Science, asked by surjyatapadasindia, 6 months ago

Solve plz plz plz plz

Attachments:

Answers

Answered by keshabdas591
1

Answer:

1. Quick Beginner’s All-Purpose Symbolic Instruction Code

Explanation:

2. The most common form of statement in a program uses the assignment operator, =, and either an expression or a constant to assign a value to a variable: variable = expression; variable = constant; The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different.

Similar questions