Q. Which of the following is not correct method class IO provides?
β
Correct Answer: (D)
Writeline
Explanation: Writeline is not correct method class IO provides.The class IO provides all the basic methods, such as read, write, gets, puts, readline, getc, and printf.