- Java
This repository contains a set of 6 questions and their respective answers. The questions are related to the following topics:
Question 1: FizzBuzz
Question 2: Fibonacci Sequence
Question 3: Power of Two
Question 4: Capitalize Words
Question 5: Reverse Integer
Question 6: Count Vowels
- Java or JDK installed
- Clone the repository
- Open the project in your favorite IDE
- Run the
Main
class - Or if you prefer, you can run the
Main
class from the terminal using the following command:
javac Main.java
java Main