Coders Packet

Packets submitted by Vimmi Singh

A Java Program To Reverse A String Word by Word

It is a Java Program which reverses a string word by word. We will take input from the user and then reverse the obtained string word by word

A Java program of Reversal method to right rotate an array by given number of elements

This is a Java code which uses reversal algorithm to rotate an array right. we input the size of array then we take a integer by which we have to rotate the array.

A Java program to check whether a given string is palindrome or not for a given condition

satisfying a given condition and checking whether a given condition is palindrome or not in Java language