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
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
Math,
5 months ago
Science,
5 months ago
Political Science,
11 months ago
Math,
11 months ago
Hindi,
1 year ago
Political Science,
1 year ago
Science,
1 year ago