Answer:
Buyers can source products from anywhere in the world.
Your purchases are delivered to the location you specify.
Explanation:
E-commerce refers to the process of buying and selling goods and services through the internet or the virtual world. The economic and business transaction done through this process constitutes electronic commerce or e-commerce.
Two advantages for buyers are that the <u>buyer can source the goods and products from all over the world and also get them delivered at the location specified</u>. This allows for an easy and effortless transaction and also saves the buyer's time and energy. With things available at just a touch of an electronic screen, the buyer can get products from anywhere and get them delivered at his/ her doorstep or for that matter, anywhere he/she wished it delivered, with no extra effort from his side.
Thus, the correct answers are the third and fourth options.
Answer:
# include <conio.h>
#include <iostream.h>
using namespace std;
main()
{
int billamount[12];
char monthname["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
<em>for (int month = 1 ; month<=12; month++)</em>
<em>{</em>
<em>cout<<"Enter the amount of bill for the month"<<month;</em>
<em>cin>>billamount[month];</em>
<em>}</em>
for (i=0; i<= 12; i++)
{
if (billamount[0]<billamount[i])
billamount[0]=billamount[i];
monthname[0]=monthname[i];
}
<em>cout<<"Maximum months phone bill"<<monthname[0]<<"="<<billamount[0]</em>
<em />
getch();
}
The themes gallery is located on the "design" ribbon tab
Answer:
Share your screen and edits the parts you want. What meet are you using, zoom or something else?
Answer:
The audience
Explanation:
The correct option is - The audience
Reason -
When writing a technical document -
Always describe things in technical terms.
Write for your readers.
Describe things exactly as they're described to you by subject matter experts.
Technical writing :
Addresses particular readers.
Helps readers solve problems.