Answer:
» Microsoft word ( word processing )
» Microsoft powerpoint ( presentation )
» Microsoft access ( database mamagement )
» Microsoft excel ( spread sheets )
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 UAC is on by default. So, you don't need to turn it on unless someone else turned it off.
The UAC has four modes.
The lowest mode is the off position. If the UAC is off, no UAC prompt will pop up when doing administrative tasks.
Some options are add to dictionary, ignore once, ignore all, autocorrect, change, and change all.