Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/himu143/java-problem-practice
- Owner: Himu143
- Created: 2023-02-10T08:32:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T08:42:48.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T02:34:45.492Z (3 months ago)
- Topics: intellij-idea, java
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.