Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program to read student input files and display student information. Your input file ( stdInfo . txt ) contains name, matric,
Write a program to read student input files and display student information. Your input file stdInfotxt contains name, matric, program and email. You need to write the code segment to read the data from "stdInfo.txt file and print the output in Console.
tableSample Input,DescriptiontableAhmad AMMahmad@siswa.ukm.myAliAITali@siswa.ukm.mySitiASCsiti@siswa.ukm.myLimASClim@siswa.ukm.myRajuAISraju@siswa.ukm.mytable Create input file in Notepad, formatted astxt file named "stdInfo.txt The file contains information such as name,matric program and email.Sample Output,DescriptiontableName: AhmadMatric: AProgram: MMEmail: ahmad@siswa.ukm.myName: AliMatric: AProgram: ITEmail: ali@siswa.ukm.myName: SitiMatric: AProgram: SCEmail: siti@siswa.ukm.myThe output is displayed in the Console.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started