Computer Science, asked by adityamking, 7 months ago

Give the output for the following: Dim A as integer, B as integer A=20 B=70 A1=str(A) B1=str(B) print A1+B1 &" "& A+B​

Answers

Answered by Chotu1202
1
Output is
2070 90

Is the correct answer
Similar questions