137k views
1 vote
Given an ifstream object named input1, associate it with a file named winterdata.txt by opening the file for reading.

answer choices
input1. open ("winterdata.txt");
input1.close ("winterdata.txt");

User Fathia
by
7.9k points

1 Answer

7 votes

Answer:

input1. open ("winterdata.txt");

Step-by-step explanation:

User Ghini Antonio
by
7.8k points