Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

File input: strings and numbers Use cin to ask the user the name of the file. Open the file the user named. Read in


File input: strings and numbers Use cin to ask the user the name of the file. Open the file the user named. Read in two strings (a movie title and a movie snack) and an integer (year the movie was released) from the file. Close the file and print the two string variables. Print the year movie reaches its 100th anniversary. A file to test your lab (right-click or ctrl-click to download): movieinfo.txt Sample Output: What is the name of the file? movieinfo.txt Movie title: Back to the Future The movie will be 100 years old in 2085 Movie snack: popcorn with butter Back to the Future 1985 popcorn with butter

Step by Step Solution

3.49 Rating (156 Votes )

There are 3 Steps involved in it

Step: 1

Here is the C code to implement the program as described include include include using namespace std ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions

Question

The symbol Answered: 1 week ago

Answered: 1 week ago