Answer:
I Think You Could Go To Settings And Change It
Explanation:
I Think This Helps
Answer:
___________________________________________________________
Word processing software is used for working with text, while desktop publishing software involves production of documents that combine text with graphics. DTP software is perfect for making flyers, brochures, booklets. This type of software is usually more advanced than word processing apps.
___________________________________________________________
function myFunction(num){
n = 0;
total = 1;
while (n < num){
total *= (num - n);
n+=1;
}
return total;
}
alert(myFunction(6));
I'm not too proficient in JavaScript but here's what the function would look like. I hope this helps!
Typical page layout decisions include:
Size of page margins.
Size and position of images and figures.
Deciding on the number and size of columns and gutters (gaps between columns)
Placement of intentional whitespace.