Click here to Skip to main content
15,880,905 members

please i need this solution in two days time can Anybody help me regarding this?

ZulqarnainVU asked:

Open original thread
Instructions
Please read the following instructions carefully before solving & submitting assignment:
It should be clear that your assignment will not get any credit if:
o The assignment is submitted after due date.
o The submitted assignment does not open or file corrupt.
o The assignment is full or partially copied from (other student or ditto copy from handouts or internet).
o Student ID is not mentioned in the assignment File or name of file is other than student ID.
o The assignment is not submitted .java format.

Uploading instructions
Your submission must include:

1. All the source code (.java files) and other if necessary files to compile and run your program.
2. If and only if there are multiple files to submit, place all the files in a Zip file and Upload it on VULMS else only source code file is required to be submitted.

Note: Use Notepad or Notepad++ for coding and JDK package for java source code compilation and running (A video tutorial of JDK installation and configuration is given in course download section)
Objective
The objective of this assignment is

o To give you some practice exercise of file handling and understanding use of it in java console programs.

Important Requirements and Instructions:
1. You are not allowed to use any IDE tool like Netbeans in this assignment.
2. Use text file (students.txt) attached with assignment file. Your code should work with given attached text file.
3. Use text file and java files in same directory.
4. Create Student.java which will contain student information (name, roll number, class, phone number and program).
5. Create Driver.java file which will read data from text file and show in tabular form (see output screen shot).
6. Complete all requirements given in output screen shot.
7. Assignment due date is November 08, 2012. Extra grace day (November 09, 2012) is only if last date has any problem (like server gets down or files not uploading). Any lame excuses will not be accepted after due date.
8. We will not accept assignment through email in any case. Be Careful



Question:
You have to develop a simple console base application, which reads the students records from “students.txt” file and displays each student’s information in form of table. The program should also count and display the number of alphabets, spaces, integers, words, characters and lines from the file in tabular form



Hints:
To manage student information use Student class.
To store multiple students record use ArrayList.
Tags: Java, Application, Console

Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML

Preview



When answering a question please:
  1. Read the question carefully.
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  3. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  4. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Please note that all posts will be submitted under the http://www.codeproject.com/info/cpol10.aspx.



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900