Answer:
a. can use a hosting service to set up the site
Explanation:
Since the retailer has no knowledge on how to code and create a website and online presence for his business, he should consult a hosting service. The service will be able to communicate with the retailer and find out what his wishes are for his online presence. They will be able to create a webpage, social media accounts, and they can advertise the retailer's business.
Answer:
Calotype
Explanation:
calotype is the process of photography in which multiple images can be produced by the same negative. This the first process of invented by William Henry in which multiple images can be created with the single negative.
Answer:
int second_to_last = (number/10)%10;
int third_to_last = (number/100)%10;
Explanation:
The first expression int second_to_last = (number/10)%10; first divide the number by ten and then get modulus by dividing by ten again which will then give the second to last digit.
Assuming number is 146 the second to last digit will be 4.
for the second expression int third_to_last = (number/100)%10; first divide the number by hundred and then get modulus by dividing by ten which will then give the third to last digit.
Assuming number is 4368 the third to last digit will be 3.
Answer:
hi im writing this to get points but i hope your doing good in school and pass you got this school is almost over good job bye
Explanation: