82.9k views
0 votes
Can someone help me with this

Can someone help me with this-example-1

1 Answer

3 votes

Answer:

1: Yes, the variables are both strings

2: In C# its the .ToUpper(); Function, in Python and Java its the .capitalize(); function. However their implementation would be different.

3: yLength = Y.length();

Step-by-step explanation:

User Kruga
by
6.0k points