This is Java, the code i have so far is in the picture below.Please use that to start it.
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 Remove all non alpha characters LAB ACTIVITY 4.20.1: LAB: Remove all non alpha characters 1 import java.util.Scanner; 2 3 public class LabProgram { 4 5 6 7 } } public static void main(String[] args) { /* Type your code here. */ LabProgram.java 0/10 Load default template...
This is Java, the code i have so far is in the picture below. Please use that to start it.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am