Hi,
My name is Diana Mecum, and I am trying to learn Java. I have a master's degree in Math, and thought that working math problems might be interesting. The whole Java thing is a little overwhelming.
I have installed NetBeans on my Mac, and understand how to create projects with it. I understand how to import the commons-math3-3.6.1.jar flle into a newly created library for a new project.
I am trying to write a Java file to do simple math calculations, using the commons-math library files. I don't know how to import the library file within the Java file.
What I would like is a program to print output with a println command. I would then set up integers, doubles, etc, and perform various calculations with them. Can someone help me with a simple program to get started?
Diana M.