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:
4
Explanation:
Relative Biological Effectiveness (RBE) =
Standard Radiation dose / Test Radiation dose
for achieving the same biological effect.
The absorbed radiation dose is measured in units of Gyt(Gray in tissue).
In the given scenario, Standard radiation dose of 250 KVp X-rays = 16 Gyt
Corresponding Test Radiation dose = 4 Gyt
Therefore, Relative Biological Effectiveness = 16/4 = 4
E is the correct answer.
Risk is present, always. Risk can be good or bad. There is a risk you could win the lottery.
Furthermore, how we perceive risk is different than what risk is actually there.
Risk can be shared amongst members of a group or company and the amount of risk can be altered or ameliorated.
Risk can always be managed.
E is the correct answer.
450Mbps on the 2.4GHz band and 1300Mbps on the 5GHz band