Computer Science, asked by vanshikabu, 1 year ago

write a program to check weather an inputted alphabet is upper case or lower case {using buffered and if else together in one program}

Answers

Answered by RashtraMitra
1
Input N$;"any alphabet"
if N$=UCASE$(N$)
THEN ?"UPPERCASE"ELSE?"LOWERCASE"
Similar questions