What is the operand of arithmetic operators in Java 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Shopify, Lives in Ottawa, Canada
A value used on either side of an operator is called an operand. ... The operands of the arithmetic operators must be of a numeric type. You cannot use them on boolean types, but you can use them on char types, since the char type in Java is, essentially, a subset of int.
2023-05-06 10:25:55
评论(499)
Helpful(122)
Helpful
Helpful(2)

Benjamin Diaz
QuesHub.com delivers expert answers and knowledge to you.
A value used on either side of an operator is called an operand. ... The operands of the arithmetic operators must be of a numeric type. You cannot use them on boolean types, but you can use them on char types, since the char type in Java is, essentially, a subset of int.