Computer Science, asked by sangk6912, 10 months ago

7=a
B=a+5
print ( result is , B )
What is error in this

Answers

Answered by kanhaharshbsr
1

Explanation:

1) 7=a..This will be ...:--- a=7

2) print ( result is , B )...This will be:-- print (" result is" , B )

Similar questions