write java expressions for the following 1. p=a2+bc 2. (a+b)2+b
Answers
Answered by
0
Answer:
Get started with this popular language, whether you’re new to programming, or just new to Java.
Get a comprehensive, in-depth introduction to Java, or sharpen your skills from intermediate to advanced.
O’Reilly gives you the tools to progress in career, or solve specific problems. We have comprehensive Java content that fits your needs, from guided lessons to books and videos.
Answered by
1
Answer:
p=a*2+b*c*2*(a+b)*2+b
Similar questions