Answer:
ofstream asia("asiasales2009.txt"); //It is used to open asiasales2009.txt files with the asia objects.
ofstream europe("europesales2009.txt"); //It is used to open europesales2009.txt files with the europe objects.
ofstream africa("africasales2009.txt");
//It is used to open africasales2009.txt files with the africa objects.
ofstream latin("latinamericasales2009.txt");//It is used to open latinamericasales2009.txt files with the latin objects.
Explanation:
- The above code is written in the c++ language which is used to open the specified files with the specified objects by the help of ofstream class as described in the question-statements.
- The ofstream is used to open the file in the c++ programing language, so when a user wants to use the ofstream to open the file in written mode, then he needs to follow the below syntax--
ofstream object("file_name_with_extension");
Answer:
Codes
Explanation:
learn the codes first. when you're already expert, you'll find ways from there.
The number of pixels displayed on the screen is known as screen resolution.
The coding applied to a text document to change it into an HTML is HTTP
Scripting language for webpages is Javascript.
Hypertext markup language is HTML
The address, or the item that specifies where on the Internet a site can be found is the URL.
--
Hope this helped :)