I used computers for 3 years now and i think its B
To state the main idea of what you read in your own words
Answer:in order to innovate or improve a product you need to have an idea
Explanation:
Answer: str[0].toUpperCase();
Explanation:
str[0] is pointing to the first character of the entire string and the code str[0].toUpperCase() will convert the characters to upper case if they are in lowercase and will remain unchanged if they are already in upper case.