Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 643 Bytes

ReadMe.md

File metadata and controls

39 lines (24 loc) · 643 Bytes

Teach 2 Give Assessment

Stack

  • Java

Description

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

Requirements

  • Java or JDK installed

How to run

  • 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