durgesh2001 / Hacktoberfest_2022

This repository is encourage people to contribute to open source throughout october.
18 stars 47 forks source link

Added String Java Code #45

Closed sushantgwr87 closed 1 year ago

sushantgwr87 commented 1 year ago

PR for Issue #28

Link to the issue

Description

Added 4 java codes for basic string manipulations.

1) Counting smallest and largest word. 2) Reversing a string with each word reversed at its place. 3) Palindrome string check 4) Case Shifter from lower to upper and vice-versa.

durgesh2001 commented 1 year ago

Keep Contributing