You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a class TestString with a main method. The method receives one command line argument. Create a string by extracting the first character and appending it to the end of the argument , then append aa at the end.
For example:
Cmd Args : Europe
uropeEaa
Note: Make sure to use println and not print method.