The method output

Report a typo

Match the output with the corresponding method call for the following character: char := 'B'.

Match the items from left and right columns
unicode.IsDigit(char)
unicode.IsUpper(char)
string(unicode.ToLower(char))
string(unicode.ToUpper(char))
b
true
false
B
___

Create a free account to access the full topic