0
finished the course. Any ideas on beginner programs or Applicatio to begin my journey
I have finished the entire course . I am short of possible programs that would suite a beginner like me
3 ответов
+ 3
- Maybe some stuff in Java AWT.
- Rewrite Sorting Algorithms like Quicksort/Bubblesort/Selectionsort.
- A program which checks if a certain number is prime.
- Game of Life
- simple BruteForce
- Simple Socket Applications
+ 2
Try the Processing IDE (www.processing.org), very beginner friendly: many useful libraries that take care of the complicate stuff and you can dive into Java as deep as you like. These are all tools that will help you get the job done whatever your project is. My suggestion, try to create something useful to you: it will keep you motivated.
0
-Printing multiplication tables 1 to 20 like 2d array
-Finding anagrams to a entered string.
-Finding whether entered number is a amstrong number or not