list the unexpected quotients in java23 032 110


List the unexpected quotients in java?

2/3 = 0

3/2 = 1

1/0 = ArithmeticException

0/0 = ArithmeticException

1.0/0.0 = Inf

1.0/0 = Inf

0.0/0.0 = NaN

-1.0/0.0 = -Inf

Inf + 1 = Inf

Inf + Inf = Inf

Inf - Inf = NaN

Inf/Inf = NaN

NaN + anything = NaN

NaN - anything = NaN

NaN * anything = NaN

NaN / anything = NaN

NaN < NaN is false

NaN > NaN is false

NaN <= NaN is false

NaN >= NaN is false

NaN == NaN is false

NaN != NaN is true

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: list the unexpected quotients in java23 032 110
Reference No:- TGS0284319

Expected delivery within 24 Hours