It has to do with mechanical engineering
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:
c. and d
Explanation:
As a whistle-blower, one of your aim is to guide against unethical dealings of other people , hence you are creating an environment that uphold ethical conduct,
In addition, whistle-blowing will disclose all imminent dangers to the software community thereby preventing security breaches.
1. Renewable Resources = (Renewable means you can keep making it) = resources that can be replenished (such as trees)
2. Nonrenewable Resources = ( Nonrenewable means it can't be made once it is used up) = resources that are gone once they are used (such as fossil fuels)
3. Producer = ( produces something) = person who makes goods or provides services
4. Consumer = ( uses something) = person whose wants are satisfied by using goods and services
5. Allocate = ( put someplace) = distribute
6. Choice = option