what is the difference between writeline and readline
WriteLine: When you want to display on the command prompt writeline method will be used
eg: if u want to ask a question called "What is U R Name"
Read Line : if U want to take input from the user Means his name this method will be used
"Good Name"
eg: after question u can enter u r name then system will take your name
Leave a comment: