This course introduced the fundamentals of HTML and CSS, providing the foundation for creating and designing websites. Through this process, I built and styled the very website you’re viewing now! Additionally, I expanded my programming skills by learning to code in Java. Below are a couple of solutions to problems we were given to solve.
For this assignment, we were given the challenge of using Applet to randomly generate 10 stars of different sizes. My solution consisted of multiple for loops in order to create the different parts of the star and randomly place them in different spots. I even had the time to color all my stars blue. Here is a look at my code and what it looks like.
This assignment was to create a game that would allow the user to guess a number and the computer will tell you if your guess was higher or lower than the secret number the computer would generate. Check out my code and give the game a try!
Guess a number between 1 and 100: