Hi!
I apologize in advance; I'm teaching myself to code java, so I'm a super-beginner and this may make zero sense.
I'm designing a program for my internship in which every day a user will be able to input the number of patients receiving each drug we're planning on cataloging, that data will be stored, and then the program will be able to provide some basic statistical analysis for each drug based on the data collected from the last 10 days. Note: the input data will always be integers between 0-100
What I'm looking for is some insight into what the best basic format for the program i.e. what should I use for data storage (java databases and tables, object inputs, etc.?) and user input (option panes, java forms, etc.?). I can learn how to code anything from online articles and tutorials, there's just too many options for a beginner like myself to sort through and choose the most effective for each step of my program.
Thanks a million! Sorry again if this is confusing!!!