0
Can Anybody suggest simple Java Project which can be done using simple concepts of java ?
7 Respostas
+ 1
Here is my solution if you wanted to see it.
https://code.sololearn.com/cmm0iHtsA51m/?ref=app
0
If you know the concepts of numerical operators(+, /, etc), arrays, basic methods, for loops, and console manipulation (scanner), then here's a good one:
1. Ask user for a number, then take input and put it in an array.
2. Repeat step 1 five times.
3. Put array into a method that you made that will return the sum of the numbers.
4. Output sum to console.
Good Luck.
0
Actually I want to build a project and using many of java packages.
Such as a school management system or so ..
0
You mean with packages, classes and interfaces?
0
Even a small game with little java concepts will do
0
Yes
- 1
????