Hello, I’m working on this task:
- Write a program that outputs “I trusted you and you betrayed me” - but put it in lower camel case.
(For example, “I love you” is “iLoveYou”.)
Here is my code:
public static class TrustAndBetrayal
{
public static void Main()
{
Console.WriteLine(iTrustedYouAndYouBetrayedMe)
}
}
Can anyone please help me to solve it?