How to use BufferedReader?
How do I use BufferedReader to read whole paragraph? I dont know how to start it except typing:
class Reader throws IO Exception
{
BufferedReader reader - new BufferedReader();
}
I know Im supposed to use readline() but I just dont know how to put it......
BTW can Bufferedreader read strings inside a vector?
Re: How to use BufferedReader?
Write a program that will compute for n! which is the product of all
numbers from 1 to n. Help me please..
Re: How to use BufferedReader?
Quote:
Originally Posted by
Jigs1509
Write a program that will compute for n! which is the product of all
numbers from 1 to n. Help me please..
Don't hijack someone else's thread; it is considered rude; start your own thread please.
kind regards,
Jos