write the java expression :-
Quick
Attachments:
Answers
Answered by
1
Answer:
i) x = ( b * b - 4 * a * c) / (2 *a);
II) y = 2 * (l * b + b * h + h * l)
Answered by
2
Question:-
- Write the java expression for the following.
Solution:-
Given expression,
The java expression for the following will be,
x=(b*b-4*a*c)/(2*a);
Second expression,
The java expression will be,
y=2*(l*b+b*h+h*l);
Similar questions