answersLogoWhite

0

Enter the Uppercase character of the word "capTain"

What else can I help you with?

Related Questions

What is the Uppercase character of the word captain?

Enter the Uppercase character of the word "capTain"


What is initcap?

the initcap function sets the first character in each word to uppercase and the rest to lowercase.The syntax for the initcap function is:initcap( string1 )string1 is the string argument whose first character in each word will be converted to uppercase and all remaining characters converted to lowercase.


Should the word astronomy be uppercase?

No, it shouldn't all be uppercase, and it doesn't need to be capitalized unless it is the first word in a sentence or part of a title.


What is the mathematical symbol for sum?

A uppercase greek character sigma (Σ).


What is The password should contain at least 1 uppercase character?

sczC


When you write the word police in a sentence does it have to be uppercase?

No.


What is the correct way to spell 'WikiAnswers'?

The correct spelling is indeed this: WikiAnswers - one word; no hyphen' uppercase "W" and uppercase "A."


What is 1 uppercase character?

I believe that's a block letter or like others say; capital letter.


Changing a word to all uppercase letters in c plus plus?

To change any string to uppercase, loop through each character in the string. If the character is in the range 'a' through 'z', decrement the character by decimal 32 (the difference between ASCII value 'a' and 'A'). The following function shows an example of this: void to_upper(std::string& str) { for(int i=0; i<str.size(); ++i) if(str[i]>='a' && str[i]<='z') str[i]-=32; }


What is the word capital?

money ***************************** Could also mean: the main city of a country - London, UK; a capital idea, meaning a good or excellent idea; an uppercase character such as ABC, etc.


What is the meaning of 1 uppercase character?

An uppercase character, often referred to as a capital letter, is used in writing to denote the beginning of a sentence, proper nouns, or to emphasize certain words. It typically conveys a sense of importance or formality. In programming and text processing, uppercase characters can also affect variable names, commands, and syntax, distinguishing them from their lowercase counterparts.


Which input mask characters will make all characters entered converted to uppercase in access?

To make all characters entered converted to uppercase in Access, you can use the ">" character as a prefix in the Input Mask property of your field. This will ensure that all characters inputted are automatically converted to uppercase.