Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

IN JAVA - FILE File - Biodata Compiler: Java (java-1.8.0_121) Write a program to read student input files and display student biodata Your input file

image text in transcribedimage text in transcribed

IN JAVA - FILE

File - Biodata Compiler: Java (java-1.8.0_121) Write a program to read student input files and display student biodata Your input file (in Bio.txt) contains name, telefon and email. : RUN in Bio.txt inBio.txt Problem Solution.java 1 You need to write the code segment to 1) Read the data from inBio.txt File 2) Format and print data in console. Please refer to the following input file data and sample output as a guideline for your program. 2 Ali 010-1234562 ali@gmail.com Kumar 017-2257878 kumar@gmail.com Siti 013-7582322 siti@yahoo.com Leong 019-2578899 leong@hotmail.com 3 4 5 Input: Ali 010-1234562 ali@gmail.com Kumar 017-2257878 kumar@gmail.com Siti 013-7582322 siti@yahoo.com Leong 019-2578899 leong@hotmail.com + Add Custom Test Case Output: Name : Ali Tel : 010-1234562 Email : ali@gmail.com OUTPUT OUTPUT CODE REVIEW COMMENT Name : Kumar Tel : 017-2257878 Email : kumar@gmail.com Name : Siti Tel : 013-7582322 Email : siti@yahoo.com Name : Leong Tel : 019-2578899 Email : leong@hotmail.com Expected Output Name : Ali Tel : 010-1234562 Email : ali@gmail.com Name : Kumar Tel : 017-2257878 Email : kumar@gmail.com Name : Siti Tel : 013-7582322 Email : siti@yahoo.com Name : Leong Tel : 019-2578899 Email : leong@hotmail.com

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

How To Build A Million Dollar Database

Authors: Michelle Bergquist

1st Edition

0615246842, 978-0615246840

More Books

Students also viewed these Databases questions