d) What is the output of the following program snippet:
char k='D';
int a=16; float b=29.78;
System.out.println((int)k+a);
System.out.println(“The ans=”+a+b);
Answers
Answered by
2
Answer:
What is the output of the following code snippet in Python?
7. What will be the output of the following Python code snippet? Explanation: The output is bcdd since no translation is provided for d. 8.
Similar questions