+ 41
What can I program with java as a beginner?
I have just finished java tutorial and I want to program something but I have no idea what... can somebody help me by giving me an idea what I could program as a beginner please? ^^
123 odpowiedzi
+ 9
Thank you every one for your ideas:-)
+ 118
Hello there, you should definitely start using at least one of the following sites: https://www.hackerrank.com/, https://www.codewars.com/, https://www.hackerearth.com/, https://codecombat.com/, https://projecteuler.net/. These sites will provide you with many challenges and coding competetions. Keep coding! I took the liberty to google search for you a complete list for coding practice sites: https://www.reddit.com/r/computerscience/comments/37ik5t/any_popular_sites_like_hackerrank/
+ 56
Try out few Java Programs – Only for beginners
Got a basic idea about java? Try out these programs. If you are learning java, you would probably get few of them in you assignments.
Java Program to:
1) Reverse an input number
2) Calculate area of circle
3) Calculate area of triangle
4) Find sum of array elements
5) Check for prime number
6) Check whether number is even or odd7) Linear Search
8) Binary Search
9) Generate random number
10) Find duplicate characters in a String
11) Binary to decimal conversion
12) Get input from user
+ 37
HELLO WORLD...😄 best for beginners.
+ 19
https://www.javatpoint.com/java-tutorial
go to the above site and
learn following advance Java topics
Java String
Java IO
Java Date
Java collection
Java JDBC
Java Regex
RMI
Internalization
Edit
I tried HackerRank.com for last 3 days. it is a good site for SoloLearners beginners to practice
Thank you Praxitelis Nikolaos K
+ 16
Check out tasks at sites such as codeabbey.com, they have a variety of them starting from easy ones such as summing up two ints.
+ 15
learning takes place step by step, its better if you refer a book and start programming step by step, in the same way as you studied the tutorial. once you become confident enough then visit different programming websites asmentioned in the abovecomments and enjoy programming...
+ 13
"Hello world" is the best for beginner..
+ 10
A calculator what I have done first time!
+ 10
Programm learning soft or game
+ 7
You should find some websites ( such as e-olymp.com)where you are given some problems to adress to gain some experience. Good luck !:)
+ 7
I would strictly suggest u to use www.hackerrank.com.its amazing
+ 7
Try to solve Head First Java examples
+ 7
i recommend one of these websites for beginner programmers who want learn java !
www.codeacademy.com
www.javatpoint.com
+ 7
I'll recommend learning c++ first
+ 6
i might sound strange, but my first project written in Java was an encrypter
+ 6
try to simulate throwing dices
+ 6
try these:
- factorial finder
- quadratic solver
- dice
- capacitance/resistance calculator
+ 6
https://www.sololearn.com/discuss/395807/?ref=app
Here is a list of some programs
1 Multiplication table
2 reverse multiplication table
3 factorial of any number
4 check string is palindrome or not
+ 6
1) Area Calculator for circle, square, triangle etc
2) Factorial programme
3) Searching algorithms
4) Sorting algorithms