An open API service indexing awesome lists of open source software.

https://github.com/raccoon254/teach2give-technical-test

This is a repository for the Teach2Give Technical assessment
https://github.com/raccoon254/teach2give-technical-test

fizzbuzz powerof2 teach2give

Last synced: 3 months ago
JSON representation

This is a repository for the Teach2Give Technical assessment

Awesome Lists containing this project

README

        

# 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:

```bash
javac Main.java
```
```bash
java Main
```