write any five program using the assignment statement.
please show this on copy.
Answers
Answered by
3
Answer:
An assignment statement gives a value to a variable. For example, x = 5; ... the expression must result in a value that is compatible with the type of the variable . In other words, it must be possible to cast the expression to the type of the variable
Answered by
16
Answer:
An assignment statement gives a value to a variable. For example, x = 5; ... the expression must result in a value that is compatible with the type of the variable . In other words, it must be possible to cast the expression to the type of the variable.
Similar questions