Question: Write a program that removes all non alpha characters from the given input. Ex: If the input is: -Hello, 1 world$! the output is:
Write a program that removes all non alpha characters from the given input. Ex: If the input is: -Hello, 1 world$! the output is: Helloworld 450974 1755466.qx3zqy7 LAB ACTIVITY 1 import java.util.Scanner; 2 3 public class LabProgram { 5 6 3.17.1: LAB: Remove all non alpha characters 7 8 public static void main(String[] args) { /* Type your code here. */ } LabProgram.java 0/10 Load default template... Dun your program so ofton se you'd lika hoforo qubmitting for grading Rolow tune any noodod
Step by Step Solution
3.48 Rating (164 Votes )
There are 3 Steps involved in it
LabProgramjava import javautilScanner public class LabProgram p... View full answer
Get step-by-step solutions from verified subject matter experts
