INPUT/OUTPUT

10 programming challenges to help you master the fundamentals of CORE JAVA PROGRAMMING.

1

Enter the character from user using InputStreamReader

2

Enter the string from user using BufferedStreamReader

3

Enter the integer from user using Scanner class

4

Enter the float from user using Scanner class

5

Enter the double from user using Scanner class

6

Enter the boolean from user using Scanner class

7

Enter the short integer from user using Scanner class

8

Enter the long integer from user using Scanner class

9

Get all characters from the file and display on the screen

10

Get all characters from the file, count number of lines, words, characters and display on the screen