Computer Science, asked by nikhilgupta0716, 3 months ago

what is the equivalent java expression form of 2(l+b)

Answers

Answered by sujithkumar14
0

Answer:

int l

int b

some=l+b

perimeter=2*some

Explanation:

how this helps you

Similar questions