

InterviewSolution
Saved Bookmarks
1. |
Will the following lines of code print the same thing? Explain why or why not.X=6Print(6)Print("6") |
Answer» Yes..but only its data type will change..in first it is a number but im second it is a string | |