Computer Science, asked by students781005, 3 months ago

Write a basic program to solve the expression A3 - B3 when A=15 B=6
This is a Computer Program.​

Answers

Answered by Anonymous
3

Explanation:

A3-B3

15(3)-6(3)

45-18

27

Hope it helps you mate

Answered by tukaramcnd1182
0

Answer:

a3 – b3 = (a – b) (a2 + ab + b2 ). 9. a3 + b3 = (a + b) (a2 - ab + b2 ).

Similar questions