Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#98 all files issues #117

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

#98 all files issues #117

wants to merge 1 commit into from

Conversation

dipakthapaofficial
Copy link
Collaborator

Program 1:Write an example that counts the number of times a particular character, such as e, appears in a file. The character can be specified at the command line.

Program 2:A file which has some int value among with other string value . Write a program that gets the int piece of data. What is the int data?

Program 3:The first programming exercise is to write a simple program which reads byte data from a file from an InputStream and display it in console and writes each byte to a file using OutputStream.

Program 4:Copy your first program to another file. Open it in an editor and change the class name to correspond to the new file name. Modify the program to read input one line at a time using a BufferedReader and print the line in reverse (you could use a StringBuilder to reverse it).

Program 5:Write a program which reads input one line at a time using a Scanner and prints it out converted to upper case.

@bhuwang
Copy link
Owner

bhuwang commented Sep 9, 2015

SonarQube analysis reported 4 issues:

  • MINOR 4 minor

Watch the comments in this conversation to review them.
Note: the following issues could not be reported as comments because they are located on lines that are not displayed in this pull request:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants