Skip to content

dink42/Java-Multiply-2d-Array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Learning Java and repetition, multiplication table, 2d array

Note

Welcome to this project! Want to contribute? Check the .\Contribute file.

About the project

The code creates the multiplication table with 2d arrays and foor loops. Neatly written out. Fun project.

Future for the project || How to set up Java

1. This is it and just serves as my own stepping stone looking back on while progressing.
    - To set up Java!
    
2. First install Java from oracle for your system.
  - Make sure Java is on path! You can do it trhought the command line or windows envoironments.
    - Just put that in the search bar and look up the usal path for Java for your system.
    - Want to add path throught command line. Example, open command prompt "set path=C:\Program Files\Java\jdk1.6.0_23\bin"

3. Make a Java project.
  - Command promt "javac Hello.java"
    - Open project "java Hello"

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages