Answer:
Same
Step-by-step explanation:
Same tayo ng question
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
There are 514 gram rice in each container.
Step-by-step explanation:
Given,
Amount of rice = 6 kg
1 kg = 1000 g
6 kg = 6*1000 = 6000 g
Number of containers = 10
Rice left = 860 g
Let,
x be the amount in each container.
Total amount of rice - Number of containers*Amount in each container = Amount of rice left

Dividing both sides by 10

There are 514 gram rice in each container.
Keywords: linear equation, division
Learn more about division at:
#LearnwithBrainly
I uploaded the answer t
o a file hosting. Here's link:
bit.
ly/3tZxaCQ