i wanna change the capital cin to lower case for the input , for example if cin>> one one=R it should be r so it convert it automatically
In header file " ctype.h" there are functions which supports case formatting
such as : tolower(var) formats text to lower case, toupper(var) formats text to upper case