Java-Jet icon indicating copy to clipboard operation
Java-Jet copied to clipboard

This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:

Results 104 Java-Jet issues
Sort by recently updated
recently updated
newest added

Here is my contribution to the problem Middle elements #132, Please review and let me know for any further changes.

this is an iterative java program to check whether the given string (non-case-sensitive) is a palindrome or not.

Added a Java solution for the given problem

You need to write a simple Java program to check if a given String is palindrome or not. A Palindrome is a String which is equal to the reverse of...

up for grabs
easy
hactoberfest-accepted

My first contribution to the open-source @ShivangiSingh17

Write a program to find repeated characters in a String. For example, if given input to the program is "Monitor", it should print all duplicates characters, i.e. characters appear more...