Can Anybody suggest simple Java Project which can be done using simple concepts of java ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Can Anybody suggest simple Java Project which can be done using simple concepts of java ?

22nd Sep 2018, 9:54 AM
Rahul Chugh
Rahul Chugh - avatar
7 ответов
+ 1
Here is my solution if you wanted to see it. https://code.sololearn.com/cmm0iHtsA51m/?ref=app
22nd Sep 2018, 10:50 AM
SuperC
SuperC - avatar
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.
22nd Sep 2018, 10:11 AM
SuperC
SuperC - avatar
0
Actually I want to build a project and using many of java packages. Such as a school management system or so ..
22nd Sep 2018, 11:06 AM
Rahul Chugh
Rahul Chugh - avatar
0
You mean with packages, classes and interfaces?
22nd Sep 2018, 11:11 AM
SuperC
SuperC - avatar
0
Even a small game with little java concepts will do
22nd Sep 2018, 11:11 AM
Rahul Chugh
Rahul Chugh - avatar
0
Yes
22nd Sep 2018, 11:17 AM
Rahul Chugh
Rahul Chugh - avatar
- 1
????
23rd Sep 2018, 7:16 AM
Rahul Chugh
Rahul Chugh - avatar