Computer Science, asked by harishpc3478, 11 months ago

What is the meaning of this java statement:
if(ch ==' ')
{
word=word+ch;
}// ch means a character of a string and word is a part of string

Answers

Answered by medhamummigatti27
1

Answer:

Explanation:

If ch is a space then word =word +space

Similar questions