Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himu143/java-problem-practice

There are several solutions to Java issues in this repository. The code is effectively annotated and readability and efficiency have been improved. Use and change the code as you see fit for your own projects.
https://github.com/himu143/java-problem-practice

intellij-idea java

Last synced: 24 days ago
JSON representation

There are several solutions to Java issues in this repository. The code is effectively annotated and readability and efficiency have been improved. Use and change the code as you see fit for your own projects.

Awesome Lists containing this project

README

        

# JAVA Problems to solve
1. Print prime numbers form 2 to 100
2. Write a program that will count number of notes from given array
[1000,500,200,100,50,20,10,5,2,1]

3. Find out sum of digits of a number

4. Count Vowels and consonants from a word

5. Encrypt word when A=E

6. Create a program which will take input from users for registration and save the info to a json file. The system will require following user info:
Full Name, email, password, address, mobile no.