codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Write a Java program to convert string to consonantcase #3807

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a Java program to convert string to consonantcase

Consonantcase is a style of writing in which all consonants are converted to uppercase and all vowels are converted to lowercase.

Input  : "hello world"
Output : "HeLLo WoRLD"
How to contribute - Save the solution in `ConvertStringToConsonantcase.java` file - Add `ConvertStringToConsonantcase.java` file in `program/convert-string-to-consonantcase` folder
NoyHanan commented 1 year ago

Hi! May I work on it?

harshraj8843 commented 1 year ago

Hey @NoyHanan

You can comment !assign on any good first issue you want to contribute to, to be auto-assigned

!assign
NoyHanan commented 1 year ago

!assign

NoyHanan commented 1 year ago

@harshraj8843 Thanks!

NoyHanan commented 1 year ago

@harshraj8843 Hi. I saw that there already is a solution for this problem in the specified folder, so please close this issue. Thank you! :)

harshraj8843 commented 1 year ago

Hey @NoyHanan

codinasion/codinasion#3799 and codinasion/codinasion#2930 are different issues ( consonantcase & constantcase )

ritika4554244 commented 1 year ago

!assign @harshraj8843

harshraj8843 commented 1 year ago

Hey @ritika4554244, this issue is already assigned to @NoyHanan !!!

Please choose another issue.

Thanks for your interest in contributing to this project.

Shadow-Mo commented 1 year ago

Hi, may I work on this?

harshraj8843 commented 1 year ago

Sure @Shadow-Mo