a,b,c =1,2,4 a= +c + ++b/c print(“A= %d” %a) find output
Answers
Answered by
0
Explanation:
The question is wrong.
in output statement there must be a + instead of % and is it +c or ++c u must check.
Similar questions