When two or more computers are connected it is called Local Area Network (LAN).
Given, a = 3, r = 1/2, n = 10
%r is common ratio
%n is number of terms
%a is the first term of the series
Sum = 0;
a = 3;
r = 1/2;
for i = 0 : 1 : 10;
Sum = Sum + a * r ^ i;
end
Sum
Yeah my pokémon is not my mom hung bye
Answer:
semantic information that tells a browser how to display a page and mark up the content within a document