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

convertStringToReversecase.scala #4713

Merged
merged 2 commits into from
Nov 23, 2023

Conversation

bhushanmarathe
Copy link
Contributor

@bhushanmarathe bhushanmarathe commented Nov 21, 2023

Program in scala to convert string to reverse case

📑 Description

copilot:summary

🐞 Related Issue

Closes ##3838

📋 Explanation of changes

copilot:walkthrough

copilot:poem

Program in scala to convert string to reverse case
@bhushanmarathe bhushanmarathe requested review from a team, anandfresh and brundabharadwaj and removed request for a team November 21, 2023 19:30
Copy link
Contributor

@anandfresh anandfresh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add the issue I'd to this PR

@bhushanmarathe
Copy link
Contributor Author

@anandfresh What exactly I have to do?
I have solved the issue and submitted the file in the desired location.

@bhushanmarathe
Copy link
Contributor Author

@anandfresh
here is the issue
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"

@anandfresh
Copy link
Contributor

@anandfresh here is the issue 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"

@bhushanmarathe Please add the issue id in the PR description
example : Closes #4688

@bhushanmarathe
Copy link
Contributor Author

@anandfresh I have updated the PR description.

@RiteshK-611 RiteshK-611 merged commit 4340e1c into codinasion-archive:master Nov 23, 2023
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants