Computer Science, asked by sandhyakureti4, 4 days ago

#iinclude
using namespace std:
int result(int n)
{
if(n<=10)
return n;
else
{
iint a=n%10;
int b=n/10;
return a+result(a+b);
}
}
int main()
{
cout< return 0;
}

Answers

Answered by shashisinghgurjar197
0

Answer:

this is not a word processing software

Similar questions