what is a char in java

0

program in java. Get a string from user and also validate it’s length should be at least 1. Pass this string to a method that returns a new string with the first char added at the front and end, so "cat" yields "ccatc".

By Beginner Sarah Braun at Mar 16 2021

-2

how to initialize a char in java

By Double Wooden Hammer asta p at Jun 14 2021

-2

how to add a number to the ascii value of a char in java

By Beginner Sergio McCullough at Jul 19 2020


Related code examples


Code examples by languages