employer cover photo
employer logo

Sollicitatievraag bij Rubicon Project

Write a program to remove vowels from a given string

Antwoorden op sollicitatievragen

Anoniem

24 okt 2017

class Vowels{ public static void main(String args[]){ String input = "abcdefgh"; String vowels = "aeiou"; String output = ""; for(int i=0;i

1

Anoniem

10 sep 2017

write a program to define whether an array is sorted or not