I'm not 100% sure about my answer but based on articles I read online it makes the most sense to me.
Understanding the link between education and your desired career is an integral part of your career EXPLORATION.
The first step in career exploration is that you need to ask yourself this question "What can I do with this major?". If you have your answer, it is best to start exploring the connections that links your academic and professional interest.
Answer:
Please find the complete solution in the attached file.
Explanation:
Answer:
It goes like:
public class Program
{
public static void main(String[] args)
{
int j=18;
int sum=0;
for (int i =1; i<7; i++)
{
sum=sum+(i*(j-2));
j=j-2;
}
System.out.println(sum);
}
}
Explanation:
<u>Variables used: </u>
j : controls the first number in product and decreases by 2 each time the loop runs.
sum: saves the values of addition as the loop runs.
The NETP provides actionable recommendations to implement
technology and conduct research and development successfully that can advance
the effective use of technology to support learning and teaching.
Hope this helps :)