In java, Write a program that takes in a file and separates things into alphabet words, numbers, and special symbols. Th

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

In java, Write a program that takes in a file and separates things into alphabet words, numbers, and special symbols. Th

Post by answerhappygod »

In java, Write a program that takes in a file and separatesthings into alphabet words, numbers, and special symbols.
This code should process the following input as such:
asdbmapsdom12039_=-12--34=5au1ti
asdbmapsdom: word
12039: number
_=-: special symbol
12: number
-- : special symbol
34: number
= : special symbol
5: number
au: word
1:number
ti: word
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply