Computer Science, asked by parasthakan2821, 8 months ago

X=int(22/7)
X=int(22.0/7) whether both are same if yes write the output

Answers

Answered by urvisayta
0

Answer:

the output is 3

Explanation:

as it is in integer data type ,the decimal part will not be written in the output...Hence ur answer is 3

Similar questions