Java-Jet
Java-Jet copied to clipboard
This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:
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...
python code for issue #132 jupyter notebook included
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...
ADDED PROGRAM: Given two numbers a and b between 1 and 100, write a program that can print the even elements between a and b. Example: a=4, b= 17 Output:...
added program to print even no. between given two numbers in java.
Create a CONTRIBUTING.md file with the general instructions to contribute to this repository.
Fixed creation of Lamp instance
Just made a program that checks if a certain word in an array is a palindrome or not