ta s. See highlights below. Special character legen Input -Helle. 1 worlds! 1 import java.util.Scanner; 2 3 public class LabProgram { 9 public static void main(String[] args) { Scanner sc = new Scanner(System.in); String sentence- sc.nextLine(); String newSentence=""; int character sentence, length():

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

Use two appropriate methods of String class to check if they are equal. The output of first method should be that they are not equal. And the output of the second method should be that they are equal. Partial code is given below to help you complete this question. You can ignore this entirely and write your..

 

e output A
differs. See highlights below. Special character legen
Input -Hello, 1 worlds!
Your output
pected output
re output A
S
Не
He
Hele
Hell
Hello
Hello,
Hello,
Hello,
Hello,
Hello, we
Hello, wo
Hello, word
Hello,world
Hello, world
Hello, world
Hello,world<
Helloworld
5
6
7
8
9
10
11
12
13
14
15
16
17
1 import java.util.Scanner;
2
3 public class LabProgram {
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
36
38
39
40
43
44
45
46
47
48
49
50
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String sentence= sc.nextLine();
String newSentence="";
int character = sentence.length();
for (int i = 0; i < character; i++) {
'1') {
if (sentence.charAt(i)
newSentence += "";
}
else if (sentence.charAt(i) ==
newSentence += "".
==
}
}
else if (sentence.charAt(i) == ' ') {
newSentence += "";
}
else if (sentence.charAt(i) == '-') {
newSentence += "";
}
else if (sentence.charAt(i) == '@') {
newSentence += "";
'$') {
else if (sentence.charAt(i) == '-') {
newSentence += "";
1}
else if (sentence.charAt(i) == '!') {
newSentence += "",
}
else {
newSentence += sentence.charAt(i);
}
System.out.println(newSentence);
I
LabProgram.java
Transcribed Image Text:e output A differs. See highlights below. Special character legen Input -Hello, 1 worlds! Your output pected output re output A S Не He Hele Hell Hello Hello, Hello, Hello, Hello, Hello, we Hello, wo Hello, word Hello,world Hello, world Hello, world Hello,world< Helloworld 5 6 7 8 9 10 11 12 13 14 15 16 17 1 import java.util.Scanner; 2 3 public class LabProgram { 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 36 38 39 40 43 44 45 46 47 48 49 50 public static void main(String[] args) { Scanner sc = new Scanner(System.in); String sentence= sc.nextLine(); String newSentence=""; int character = sentence.length(); for (int i = 0; i < character; i++) { '1') { if (sentence.charAt(i) newSentence += ""; } else if (sentence.charAt(i) == newSentence += "". == } } else if (sentence.charAt(i) == ' ') { newSentence += ""; } else if (sentence.charAt(i) == '-') { newSentence += ""; } else if (sentence.charAt(i) == '@') { newSentence += ""; '$') { else if (sentence.charAt(i) == '-') { newSentence += ""; 1} else if (sentence.charAt(i) == '!') { newSentence += "", } else { newSentence += sentence.charAt(i); } System.out.println(newSentence); I LabProgram.java
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,