In Java. Prompt the user for two years. Print all the movies that were released in those years and that have a name that's fewer than 6 characters. File: db.txt Test Case 1 Movie search by year range. Enter two years.\n 1970ENTER 1974ENTER Movies with short names that were released between 1970 and 1974\n I dag\n Izumi\n Jamie\n Jamie\n Julie\n Julie\n Kako\n Kako\n Kate\n Kojak\n Kojak\n Kojak\n Kojak\n Kojak\n Leeds\n Maude\n Meshi\n Mily\n Nakia\n Nakia\n Nakia\n Nakia\n Nancy\n Nanou\n Tang\n Them\n Timo\n Toma\n Toma\n Toma\n Toma\n Totte\n Trial\n UFO\n UFO\n Yak\n Yak\n Zoom\n Zut!\n Number of matches: 39\n Test Case 2 Movie search by year range. Enter two years.\n 2050ENTER 3000ENTER Movies with short names that were released between 2050 and 3000\n No matching movies found!\n
In Java. Prompt the user for two years. Print all the movies that were released in those years and that have a name that's fewer than 6 characters. File: db.txt Test Case 1 Movie search by year range. Enter two years.\n 1970ENTER 1974ENTER Movies with short names that were released between 1970 and 1974\n I dag\n Izumi\n Jamie\n Jamie\n Julie\n Julie\n Kako\n Kako\n Kate\n Kojak\n Kojak\n Kojak\n Kojak\n Kojak\n Leeds\n Maude\n Meshi\n Mily\n Nakia\n Nakia\n Nakia\n Nakia\n Nancy\n Nanou\n Tang\n Them\n Timo\n Toma\n Toma\n Toma\n Toma\n Totte\n Trial\n UFO\n UFO\n Yak\n Yak\n Zoom\n Zut!\n Number of matches: 39\n Test Case 2 Movie search by year range. Enter two years.\n 2050ENTER 3000ENTER Movies with short names that were released between 2050 and 3000\n No matching movies found!\n
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
In Java. Prompt the user for two years. Print all the movies that were released in those years and that have a name that's fewer than 6 characters.
File: db.txt
Test Case 1
Movie search by year range. Enter two years.\n
1970ENTER
1974ENTER
Movies with short names that were released between 1970 and 1974\n
I dag\n
Izumi\n
Jamie\n
Jamie\n
Julie\n
Julie\n
Kako\n
Kako\n
Kate\n
Kojak\n
Kojak\n
Kojak\n
Kojak\n
Kojak\n
Leeds\n
Maude\n
Meshi\n
Mily\n
Nakia\n
Nakia\n
Nakia\n
Nakia\n
Nancy\n
Nanou\n
Tang\n
Them\n
Timo\n
Toma\n
Toma\n
Toma\n
Toma\n
Totte\n
Trial\n
UFO\n
UFO\n
Yak\n
Yak\n
Zoom\n
Zut!\n
Number of matches: 39\n
1970ENTER
1974ENTER
Movies with short names that were released between 1970 and 1974\n
I dag\n
Izumi\n
Jamie\n
Jamie\n
Julie\n
Julie\n
Kako\n
Kako\n
Kate\n
Kojak\n
Kojak\n
Kojak\n
Kojak\n
Kojak\n
Leeds\n
Maude\n
Meshi\n
Mily\n
Nakia\n
Nakia\n
Nakia\n
Nakia\n
Nancy\n
Nanou\n
Tang\n
Them\n
Timo\n
Toma\n
Toma\n
Toma\n
Toma\n
Totte\n
Trial\n
UFO\n
UFO\n
Yak\n
Yak\n
Zoom\n
Zut!\n
Number of matches: 39\n
Test Case 2
Movie search by year range. Enter two years.\n
2050ENTER
3000ENTER
Movies with short names that were released between 2050 and 3000\n
No matching movies found!\n
2050ENTER
3000ENTER
Movies with short names that were released between 2050 and 3000\n
No matching movies found!\n
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question
I'm still getting these errors when I run the code.
Exception in thread "main" java.lang.NumberFormatException: For input string: "hov"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
at java.base/java.lang.Integer.parseInt(Integer.java:661)
at java.base/java.lang.Integer.parseInt(Integer.java:777)
Solution
by Bartleby Expert
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education