I want to delete the consonants of a string, that is, if hello is entered, its output prints or . I have this code, but it does not do it to me
import java.util.Scanner;
public class vocales {
public static void main(String args[]) {
Sc...
asked on
22.01.2017 / 12:50