Computer Science, asked by sayandeep30, 7 months ago

if the java expression of ab+bc+ca=a*b+b*c+c*a, then what is the java expression of (a+b)^4
plz if u know the answers then only write anything . don't write rubbish. i am asking this question for the 15th time so I want a proper answer​

Answers

Answered by mahi7419
1

Answer:

This section of our 1000+ Java MCQs focuses on Type conversions, promotions and castings of Java Programming Language.

1. Which of these is necessary condition for automatic type conversion in Java?

a) The destination type is smaller than source type

b) The destination type is larger than source type

c) The destination type can be larger or smaller than source type

d) None of the mentioned

Explanation:

Hope it's helpful for you

Answered by s1249sumana10422
0

lThis operator is also known as the ternary operator because it uses three operands. In the following example, this operator should be read as: "If someCondition is true , assign the value of value1 to result . Otherwise, assign the value of value2 to result ."

Similar questions