Due: Monday 9/15 10:00am

Submission name: work03.rkt

Programming:

  • Read chapter 4 of the online textbook.
  • Take the 3 formulas from the previous assignment, and make the functions using lambda and define.
  • If done correctly, this code should work (as long as you named the functions the same as I did):  
      (triArea 12 5)
      (celToFaran 100)
      (gravity 27 2 3)
    

Submitting your work using GitHub Classroom:

  1. Join the GitHub classroom assignment via the correct link:
  2. After following that link, click “Accept this assignment”
  3. After ~1 minute (maybe less), refresh the page, a link should appear. Click on that url.
    • This is where you will submit all your work, bookmark this page.
    • This will create a GitHub repository for you, and add a basic README.md file to it.
  4. You will be taken to the repository page for your work. You will see the contents of README.md.
  5. Edit README.md by clicking on the pencil icon found to the far right of README.md
    • Replace “YOUR NAME HERE” with your full name, first then last (use preferred name if you’d like).
    • Replace “CLASS PERIOD HERE” with your foundations class period.
  6. Find the “Commit changes” button and click it.
  7. When you’ve finished the homework, use the “Add File -> Upload Files” button to upload your work03.rkt and work02.rkt files.

Important Notes:

  • Use the submission name listed above as the file name for your work.
  • Make sure you are using the definitions pane to write your programs, and that you are saving that area when submitting.
  • Use the interactions pane to test your code, but you do not submit what is there.
  • The CS Dojo starts Monday! If you want to get a leg up, stop by 307 from 3:45 - 5!
  • If you are having difficulty getting DrRacket to work on your computer, you can use this online editor: