<u>Answer</u>:
<u>EXAMPLES:</u>
Primary domain name could be “bestwebdesigner.com,”
subdomain to that domain called “blog.bestwebdesigner.com.”
<u>Explanation</u>:
Essentially, a subdomain is a separate part of your website that operates under the same primary domain name.
Answer:
Following are the statement in C++ Language is given below
total=0; // variable declaration
cin >> amount; // Read the input
while(amount >=0) //iterating the loop
{
if(amount>0) // checking condition
total=total+amount; // perform operation
}
Explanation:
Following is the description of the statement
- Declared a variable "total" and initialized with them 0 to them.
- Read the input in the "amount" variable by using cin.
- iterating the loop when the amount is greater then 0.
- Checking the condition if(amount>0) then adding the total variable and amount and storing them into the total variable.
Answer:
A decor to a wedding
Explanation:
its bc who would want to know how its described when u could look of how it looks u might be speechless
A browser is an example of a system application
Answer: Jim left the computer unattended while shopping for supplies to be used at the next crime scene.
Explanation: While transporting the evidence to a secure location (lab), he left the computer unattended in his car and goes shopping for supplies that will be used in his next crime scenes. This act will give the criminals or their accomplice the opportunity to break into his car and tamper with what ever evidence he might have left behind in his car.