1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
harkovskaia [24]
3 years ago
13

Write a statement that defines an ifstream object named inputFile and opens a file named "Friends.txt".

Computers and Technology
1 answer:
Simora [160]3 years ago
5 0

Answer:

ifstream inputFile;

inputFile.open("Friends.txt");

Explanation:

Though, the programming language is not stated, questions like this are often from C++.

The first statement defines the ifstream object using the following syntax.

ifstream [object_name]

In this case, the object name is inputFile

So, the syntax becomes

ifstream inputFile;

The next line opens a file using the following syntax.

[object_name].open("Filename")

Here, object_name is inputFile and filename is Friends.txt

So, the open statement becomes

inputFile.open("Friends.txt")

You might be interested in
Danica now wants to add a picture of her cookies to her flyer.
gavmur [86]

Answer:

C for Edgenuity

Explanation:

-Ted from Ted Talk

6 0
3 years ago
Read 2 more answers
What new jobs were created as the automobiles displaced the horse
PolarNik [594]
Engineer...Mechanic,Tire creator etc
7 0
3 years ago
A/an ____ file saves a workbook as a comma-delimited text file for use on another windows operating system??
aleksandrvk [35]

Answer:

The correct option is D

D) CVS

Explanation:

A CVS file saves a workbook as a comma-delimited text file for use on another windows operating system. It ensures that line breaks, tab characters and other characteristics are interpreted correctly.

A CVS file stands for Comma Separated Value file, which basically allows the data to be saved in tabular format. However they differ from other spreadsheet file types because you can only have a single sheet in a file. Moreover, you cannot save cell, column or row in it.

7 0
3 years ago
Here is worksheet please help me with it<br>the topic is friction
marta [7]

Answer:

Useful

Problem

Problem

Problem

Useful

Useful

4 0
3 years ago
A broadcast network is one in which a transmission from anyone attached station is received by all other attached stations over
malfutka [58]

Network layer is third layer of seven layers in the network technology. In network layer and physical data transmission been made through Ethernet or wireless, which Is connected to router and connect to other workstation or desktop or laptop.

<u>Explanation:</u>

On network layer connection is established, on success connection next layer is transport layer it is fourth layer of server layers.

Following error detection can be occurred

1. Accessing folder

2. Sometime immediate conflict  on tcpip address

3. Sometime subnet mask different

4. Host different

5. Ping to workstation on tablet or laptops  some dropping the packets

Transport layer always successful as end to end communication.

5 0
3 years ago
Other questions:
  • A security administrator is required to submit a new csr to a ca. what is the first step?
    11·1 answer
  • What formatting option is easiest to read when printed out
    12·1 answer
  • Which of the following is the most common tool that Windows administrators use on the domain controller?
    9·1 answer
  • Does two core processors mean that it is twice as fast do you agree? why?
    13·1 answer
  • Which of the following is not the name of an air mass?
    7·1 answer
  • What are the differences between a trap (aka software interrupt) and an interrupt (hardware interrupt)? What is the use of each
    12·1 answer
  • A laptop computer communicates with a router wirelessly, by means of radio signals. the router is connected by cable directly to
    10·1 answer
  • You are given the task of reading in n numbers and then printing them out in sorted order. Suppose you have access to a balanced
    12·1 answer
  • A ________ power station uses the energy from a small piece of metal called Uranium ​
    11·2 answers
  • How to call a variable as a tag in react native.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!