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
- Host: GitHub
- URL: https://github.com/raccoon254/teach2give-technical-test
- Owner: Raccoon254
- Created: 2024-02-12T07:48:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T12:36:30.000Z (over 1 year ago)
- Last Synced: 2025-01-01T16:46:33.495Z (5 months ago)
- Topics: fizzbuzz, powerof2, teach2give
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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
```