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:
The program to this question can be describes as follows:
Program:
#include <iostream> //defining header file
using namespace std;
int main() //defining main method
{
float user_num ;//defining float variable
cout<<"Enter any number: "; //message
cin>>user_num; //input value from the user
while (user_num >= 1) //defining loop to calculate value
{
user_num =user_num/ 2; //diving the value
cout<<user_num<<endl; //print value
}
return 0;
}
Output:
Enter any number: 20
10
5
2.5
1.25
0.625
Explanation:
In the above program, a float variable user_num is declared in which we store input value from the user end, in the next step, a while loop is declared, which calculates, the given value.
- In the loop a condition is defined, that user_num value is greater than equal to 1, inside the loop it will divide the value of the user_num and store in this variable.
- In this print, the method is used, which prints its variable values.
Answer:
The navigation bar on the left side of File view contains commands to perform actions common to most office programs.
Explanation:
It enable all kinds of operations such as opening a file, closing a file, saving the file, saving a file with a different name, listing recently opened document, etc.
The open option enable us to open an existing file, all the recent files will be listed in the recent option and there are no files opened newly or if the data are cleared often, then it will be empty.
A file can be opened and saved with the different name so that the recent change will be saved in the new file and there will be presence of existing file too.
A) tested again because you would need to see if that worked
brainiest plz