This repository demonstraits a simple ecommerse program. The ecommerse program was originally created in a language I'm familiar with, Python, which I transalated into Java for learning purposes.
I used the 'HelloWorld' and 'Calculator' programs to learn simple Java principals and for referencing Java syntax while creating the more complex ecommerse program.
I created both programs in Visual Studio Code
I used 'ArrayList' in the Java program to enable custom classes to be saved within strings
I have found these websites helpful for understand Java:
I plan on adding to the Python and Java ecommerse program where a customer creates an account with an username and password while demonstraighting more complex OOP in both languages.