Computer Science, asked by Anonymous, 11 months ago

Write a program to find the value of S from the relation : S = |a| + |b| + (a3+b3) Input values of a and b.

Answers

Answered by amreenamreen565
1

Explanation:

Input : N = 9

Output : 2

1^3 + 2^3 = 9

2^3 + 1^3 = 9

Input : N = 28

Output : 2

1^3 + 3^3 = 28

3^3 + 1^3 = 28

Similar questions