Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ChrisMayfield/ThinkJavaCode2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: olliviergassant/ThinkJavaCode2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 36 files changed
  • 1 contributor

Commits on Aug 10, 2025

  1. Chapter 2 exercises

    Java chapter 2 exercises
    olliviergassant committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    6bdf944 View commit details
    Browse the repository at this point in the history
  2. Exercise 3.1 complete

    Testing different printf statements with varying strings and integers
    olliviergassant committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    3f73325 View commit details
    Browse the repository at this point in the history
  3. Starting Exercise 3.2

    Creating exercise file and adding to repo
    olliviergassant committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    4377ac3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Completing Exercise 3.3 of the ThinkJava book

    Created ascript that took a user input, compared it to a random numeber
    from 1-100 and calcualted the difference between the two.
    olliviergassant committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    883307d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Testing Math function

    olliviergassant committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    8bd4628 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Java exercises

    Completed Java exercises for chapter 4 and 5
    olliviergassant committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    e0f2971 View commit details
    Browse the repository at this point in the history
  2. Chaper 5 - Fermat exercise

    finished program that checks Fermats rule
    olliviergassant committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    14f1d5c View commit details
    Browse the repository at this point in the history
Loading