Skip to content
View jadenmath's full-sized avatar

Highlights

  • Pro

Block or report jadenmath

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CyberNexusRPG CyberNexusRPG Public

    This is my very own RPG Project namely Cyber Nexus. Users can play this game by entering their name, player choice, difficulty level, and range of actions like Attack, Super Attack, and Taunt. Once…

    Java

  2. DiceProject DiceProject Public

    This program allows a player to roll a dice. There is a separate dice class, and the dice can be rolled of sides 4, 6, 8, 10, 12, and 20 sides.

    Java

  3. ProjectScatter ProjectScatter Public

    Draws characters to the screen at random locations, over and over again!

    C++

  4. ProjectZip ProjectZip Public

    Find the distance in miles between two zip codes. In addition, display the cities for each of these zip codes and identify the top restaurant in the destination zip code. Acknowledgements: Haversin…

    Java

  5. SearchandSort SearchandSort Public

    This code creates two arrays of 20 student objects each, and populates the first array with student names. It then copies the first array into the second array. Insertion sort is then run on the fi…

    Java

  6. PalindromeProject PalindromeProject Public

    This program is a modified version of a Palindrome Program that not only detects Palindromes, but also makes exceptions for spaces, punctuation, and changes in uppercase and lowercase.

    Java