Computer Science, asked by mridulacharya2, 3 days ago

//(Floor division) is same as /(division).

Answers

Answered by kaladayatk
1

Answer:

Floor division is a normal division operation except that it returns the largest possible integer. This integer is either less than or equal to the normal division result. Floor function is mathematically denoted by this ⌊ ⌋ symbol.

Similar questions