How I Created It:
This is a simple Java program that uses conditional structure and FINAL ints to determine when the restaurant has reached maximum capacity. You enter the number of your group, then the number of people are added up until the bar is full. Once it is full, no more patrons will be allowed to enter, unfortunately.
Here is a list of most of the elements and attributes that I used, many of them for the first time:- Conditional structure
- Validation
- Constants
- Variables
- Scanner
What I Learned:
I learned how to make a simple program that behaves a bit like a bar that has a maximum capacity of 100 people.