SHS Coding Club
- Stafford, Virginia
- http://fantasy.works/
- admin@holinhed.com
Popular repositories Loading
-
-
equations
equations PublicCreate a program that can calculate the answer of a basic math equation (+, - *, /) while using at least two variables. Bonus points if you can let the user type in the values for those variables.
C
-
text-based-adventure
text-based-adventure PublicCreate a game where the player is given a situation and can choose different ways to act. Depending on their actions, different things can happen. You can have them choose from a list of actions or…
-
math-quiz
math-quiz PublicCreate a program that gives the user an equation and allows them to type in an answer. A message should pop up saying if their answer was correct or not.
-
user-input-JS
user-input-JS PublicCreate a program that gets user input and displays it in an HTML element
HTML
-
math-quiz-functions
math-quiz-functions PublicCreate a math quiz that allows users to type in their answers while using functions in Python or methods in Java. Bonus (imaginary) points if you let them select a difficulty.
Repositories
- Tic-Tac-Toe Public
Make a tic tac toe game against a computer. It can be text based or graphics based.
stafford-coding-club/Tic-Tac-Toe’s past year of commit activity - bubble-sort Public
Given an array of integers, sort the array in ascending order using the Bubble Sort algorithm. Once sorted, print sorted array. If you don't know what bubble sort is you can read about it here: (https://www.geeksforgeeks.org/bubble-sort/)
stafford-coding-club/bubble-sort’s past year of commit activity - equations Public
Create a program that can calculate the answer of a basic math equation (+, - *, /) while using at least two variables. Bonus points if you can let the user type in the values for those variables.
stafford-coding-club/equations’s past year of commit activity - calculate-interest Public
Create a program that will calculate how much interest a deposit will earn for the three different types of interest. You can look them up as well as how to perform the necessary math functions.
stafford-coding-club/calculate-interest’s past year of commit activity - discord-bot Public
Make any type of discord bot. You'll need to make a bot account at (https://discordapp.com/developers/applications/)
stafford-coding-club/discord-bot’s past year of commit activity - binary-search Public
make a program that finds where a specific number is located within a sorted list. The most efficient way to solve this problem is implementing binary search, which has a worse case performance of O(log(n)). You can read about binary search here: https://en.wikipedia.org/wiki/Binary_search_algorithm
stafford-coding-club/binary-search’s past year of commit activity - find-odd-numbers Public
Given a range of numbers, find the amount of odd numbers within the range. An odd number is 1,3,5,7,9,... defined mathematically as 2n + 1
stafford-coding-club/find-odd-numbers’s past year of commit activity - credit-card-validator Public
Create a program that validates any given credit card number. You can read how the algorithm works here: (https://gizmodo.com/how-credit-card-numbers-work-1493331190)
stafford-coding-club/credit-card-validator’s past year of commit activity
People
This organization has no public members. You must be a member to see who’s a part of this organization.
Top languages
Loading…
Most used topics
Loading…