
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
Write code that uses the input string stream inSS to read input data from string userInput, and updates variables userMonth, userDate, and userYear. Sample output if the input is "Jan 12 1992":
Month: Jan
Date: 12
Year: 1992

Transcribed Image Text:Run
X Not all tests passed
X Testing with input: Jan 12 1992
Output differs. See highlights below.
Month:
Your output
Date: 0
Year: 0
Month: Jan
Expected output
Date: 12
Year: 1992
X Testing with input: April 19 2011
Output differs. See highlights below.
Month:
Your output
Date:
Year: 0
Month: April
Expected output
Date: 19
Year: 2011
Need help?
Feedback?
CHALLENGE
12 2 3: Output using string stream

Transcribed Image Text:CHALLENGE
12.2.2: Reading from a string.
АCTIVITY
Write code that uses the input string stream inSS to read input data from string userlnput, and updates variables userMonth,
userDate, and userYear. Sample output if the input is "Jan 12 1992":
Month: Jan
Date: 12
Year: 1992
374934.2421584.qx3zqy7
7
String userInput;
String userMonth;
int userDate;
int userYear;
8
1 test
passed
9.
10
11
All tests
12
userInput
scnr.nextLine();
passed
13
insS = new Scanner(userInput);
14
15
16
17
/* Your solution goes here
*/
18
System.out.println("Month:
System.out.println("Date:
System.out.println("Year:
+ userMonth);
+ userDate);
+ userYear);
19
20
21
Run
X Not all tests passed
X Testing with input: Jan 12 1992
Output differs. See highlights below.
Month:
Your output
Date: 0
Year: 0
Month: Jan
Expected output
Date: 12
Year: 1992
X Testing with input: April 19 2011
Output differs. See highlights below.
Month:
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 nowThis is a popular solution!
Step by stepSolved in 3 steps with 1 images

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.Similar questions
- in C++arrow_forwardPYTHON: I need to get the avg statement out of the loop so that the output prints correctly. Any suggestions. Write a program that reads the student information from a tab separated values (tsv) file. The program then creates a text file that records the course grades of the students. Each row of the tsv file contains the Last Name, First Name, Midterm1 score, Midterm2 score, and the Final score of a student. A sample of the student information is provided in StudentInfo.tsv. Assume the number of students is at least 1 and at most 20. The program performs the following tasks: Read the file name of the tsv file from the user. Open the tsv file and read the student information. Compute the average exam score of each student. Assign a letter grade to each student based on the average exam score in the following scale: A: 90 =< x B: 80 =< x < 90 C: 70 =< x < 80 D: 60 =< x < 70 F: x < 60 Compute the average of each exam. Output the last names, first names, exam…arrow_forwardThe following project should be done in C++ language: Write a function (module) that reads the contents of a file named Char.txt (you will have to create this file on notepad or any other text editor and write a sentence of your choice. Your sentence should include upper case, lower case, and numbers. Keep in mind you need to submit this file as well) and determine the following: The number of uppercase letters in the file . The number of lowercase letters in the file The number of digits in the file The total number of characters in your sentence. Upon finishing the task, program will ask the user if they would like to read the same file again and the program will re-start (you need to utilize a loop to do so) should the user prompt the program with 'Y'. Prompts and Output Labels. There are no prompts-- nothing is read from standard keyboard, just from the file Character.txt. Each of the numbers calculated is displayed on a separate line on standard output, preceded by the following…arrow_forward
- I need to modify this code to be able to read from a file and write into a file. The program is working as it should but I need an example of how to change my input and accept a file instead.arrow_forwardcan you do it pythonarrow_forwardWhat does the following python code do? f = open("sample.txt", "w") Choose all that apply. Select 2 correct answer(s) a. writes "w" to the file called sample.txt b. if the file sample.txt exists, deletes everything in it c. closes a file called sample.txt d. If the file called sample.txt exists, it writes at the bottom of the file e. opens a file called sample.txt for appending f. if the file sample.txt does not exist, it creates the file and opens it for writing g. reads the file called sample.txt starting from the top h. opens a file called sample.txt for readingarrow_forward
- 9b_act2. Please help me answer this in python programming.arrow_forwardreads in a file of student academic credit data. Each line of the input filewill contain the student name (a single String with no spaces), the number of semester hours earned (an integer),the total quality points earned (a double).Here is the students.dat data file:students.dat Smith 27 83.7Jones 21 28.35Walker 96 182.4Doe 60 150Wood 100 400Street 33 57.4Taylor 83 190Davis 110 198Smart 75 292.5Bird 84 168Summers 52 83.2 My question is how can I create the <<students.dat>> I already have the code but I just need help to create the students.datarrow_forwardTime Write a Python script that extracts and prints a single record from an input file in which organized by line. Each line contains the name of a person (possibly containing multiple followed by the year of his birth. Abbas ibn Firnas ibn Wirda: 809 Muhammad ibn Musa al - Khwarizmi: 780 Abu Al - Walid Muhammad Ibn Ahmad Rushd: 1126 The program uses function extract DataRecord with the specification: @param infile the input text file object @return pants a list containing the name (string) in the first element and the year of bir the second element. If the end of file was reached, an empty list is returnedarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

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