employer cover photo
employer logo
employer logo

Rubicon Project

Désormais appelé Magnite

Est-ce votre entreprise ?

Question d’entretien chez Rubicon Project

Write a program to remove vowels from a given string

Réponses aux questions d'entretien

Utilisateur anonyme

24 oct. 2017

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

1

Utilisateur anonyme

10 sept. 2017

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