Computer Science, asked by lakshyajindal0310, 8 months ago

How to perform concatenation of char data type in Bluej??

Answers

Answered by Anonymous
1

Answer:

You'll want to use the static method Character. toString(char c) to convert the character into a string first. Then you can use the normal string concatenation functions. new StringBuilder

Explanation:

hope it will help u

Similar questions