Answer:
public class num9 {
public static void main(String[] args) {
int sum =0;
int num =5;
for(num =5; num<=500; num+=5){
System.out.println(num);
sum +=num;
}
System.out.println(sum);
}
}
Explanation:
- Declare and initialize the variables sum and num
- Use a for loop with the condition for(num =5; num<=500; num+=5) Since the loop will increment by 5 and run from 5 to 500
- Within the loop, add num to sum at each iteration
- Print all elements on seperate lines
- Outside the loop, print the final value of sum
Create a for loop
Answer:
<u><em>Wheel </em></u>network
Explanation:
A wheel network <em>is a communication style in which the leader is the only one to receive or communicate.</em>
The leader, generally the business's manager or owner, is like the bright light in the middle of a Ferris wheel; the light starts in the middle and then passes on to all the spokes at the wheel's ends.
The one individual needs to understand everything about the company and to deliver all communications. Staff have a clear idea of how to make decisions and how to manage interaction.
Failure of the <u>Brake master </u>cylinder will often result in sudden unexpected loss of the ability to stop the vehicle
<u>Explanation:</u>
The ability to stop the vehicle lies with the Brakes. If brakes of a vehicle do not work properly then it might become difficult to stop the vehicle. This happens when a cylinder called brake master cylinder fails.
The brake master cylinder might not work properly with the passage of time or it can form internal leaks. This is the master cylinder and it controls other cylinders in a vehicle. Its failure affect the brakes badly, it will be unsafe to drive such a vehicle.
<span><span />The Microprocessor is the key invention that
enabled computers to go into every home and office. Microprocessor is a
computer processor that enables the computer to run. It is also called as
central processing unit. It is also a multipurpose and programmable device that
accepts inputted data and process the data to provide an output. Microprocessor
started from 8-bit design to 16bit, 32 bit, 64 bit and now it is produce a
multi core design in the market. Faster and stronger design that can run
heavier applications.</span>