Skip to content

gadour97/SocketAssignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Assignment

Scenario

1/ The client enters a string and send it to the server

2/ The server transforms the string by removing all vowels and return it to the client

3/ The client print the returned result

Notes :

  • The client enters the string via the console
  • The vowels considered in this assignment are [a,e,i,o,u,y]
  • Consider removing lower and upper case vowels
  • Keep the white spaces

Examples :

Input : ISI
Output: S
Input : Squid Game
Output: Sqd Gm
Input : COMPUTER Science
Output: CMPTR Scnc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%