Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

[Program]: Write a Scala program to convert string to reversecase #3838

Closed
Tracked by #3820
harshraj8843 opened this issue Dec 9, 2022 · 1 comment · Fixed by #5665
Closed
Tracked by #3820

[Program]: Write a Scala program to convert string to reversecase #3838

harshraj8843 opened this issue Dec 9, 2022 · 1 comment · Fixed by #5665
Assignees
Labels
closed closed issues/PRs good first issue Good for newcomers program Scala scala related

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Dec 9, 2022

Description

Write a Scala program to convert string to reversecase

Reversecase is a style of writing in which all lowercase letters are converted to uppercase and all uppercase letters are converted to lowercase.

Input  : "hello world"
Output : "HELLO WORLD"
How to contribute
  • Save the solution in program/program/convert-string-to-reversecase/convertStringToReversecase.scala file
@harshraj8843 harshraj8843 added good first issue Good for newcomers Scala scala related labels Dec 9, 2022
@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 29, 2023
@harshraj8843 harshraj8843 changed the title Write a Scala program to convert string to reversecase [Program]: Write a Scala program to convert string to reversecase May 30, 2023
@bhushanmarathe
Copy link
Contributor

!assign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed closed issues/PRs good first issue Good for newcomers program Scala scala related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants