Answer:
class TriangleNumbers
{
public static void main (String[] args)
{
for (int number = 1; number <= 10; ++number) {
int sum = 1;
System.out.print("1");
for (int summed = 2; summed <= number; ++summed) {
sum += summed;
System.out.print(" + " + Integer.toString(summed));
}
System.out.print(" = " + Integer.toString(sum) + '\n');
}
}
}
Explanation:
We need to run the code for each of the 10 lines. Each time we sum numbers from 1 to n. We start with 1, then add numbers from 2 to n (and print the operation). At the end, we always print the equals sign, the sum and a newline character.
Answer: composted cow manure
Explanation:
A cow manure consists of high levels of ammonia, pathogens which can harm the plants thus cannot be used as fertilizer. The composted cow manure is a processed fertilizer which is prepared by eliminating the ammonia gas and pathogens. It is prepared by adding up the additional organic matter.
It is an excellent growing medium for the agricultural crops and garden plants as it is a nutrient rich fertilizer. It is mixed into the soil or can be used for top dressing of the agricultural field. It is a kind of organic manure.
Answer:
=
in thirty seconds.
Explanation:
one thirty second is one part out of 32 equal section . It is used to describe amounts accurately.
can be easily expressed as 
Answer:
does the question entail anything else?
Explanation: