Hello fellow forums, foruminners (female forumers if they exist) and trollfaices.
As you might know, I am doing college the upcoming 4 years.
In that time i will unlock the power of coding/scripting if all goes well.
I am supposed to make applications, programs and websites.
Some of the files will be uploaded to my mediafire account, to a special folder called: "Apps & Programs"
If you would like to know what kind of stuff i created or am creating, take a look
here.
Uploaded Applications/Programs:
- Program/App name (scriptlanguage) (difficulty)
- Calculate.java (Java) (Easy)
Obviously the source code for a java application i had to make.
This little application allows users to put in 4 numbers who represent the coords of 2 points on a straight line.
Then, the app will calculate the gradient of the line and tell you where this line crosses the y-axis (x=0, y=?).Future Apps/Programs:
- Primenumber.java (Java) (Easy/Medium)
The sourcecode of a java application i have to make right now. This app will tell you all the prime numbers between 1 and 200.
Pretty hard to begin with, but i think i got the solution.- Game (???) (???)
A future project i have to work on in a group.Additional app and program info:
- If you don't know how to run the .java files:
Put java file somewhere, have Java compiler installed and ready for use, use compiler on it, run it.
(I used the command prompt to do this stuff)
- I try to make it english only, but dutch sentences/words may be used somewhere.
-Of course, comments on the code are always welcome.
- I do not stand for any bad results if you used these exact files for your schoolwork.
- I made all of this with Notepad++.