Advertisements
Advertisements
प्रश्न
Explain the following function:
(char)(in.read());
थोडक्यात उत्तर
उत्तर
This function allows you to input a character.
Syntax:
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
char c= (char)(in.read());
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?