Day: October 14, 2019

Frequently Asked Java Program 36 : Java Program to Invert Case of Each Char in a String

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see a java program to invert the case of each character of string. Example:- Input: – mAkE SeleNIUM eaSY Output:-MaKe sELEnium EAsy Let’s start with the logic:- Iterate entire string char by char. Check if current […]

Please wait...

Subscribe to new posts to become automation expert

Want to be notified when my new post is published? Get my posts in your inbox.