Giter VIP home page Giter VIP logo

c-of-tranquility-assignment's People

Contributors

dluman avatar

Watchers

 avatar

c-of-tranquility-assignment's Issues

Assignment Progress

TODOs

Based on the GatorGrader report for this run, here's a summary of what you've got left to do.

TODOs

  • hello_luna/main.c contains no TODOs
  • adder/main.c contains no TODOs
  • docs/report.md answers all questions

Basic C

  • hello_luna/main.c contains a printf statement which prints Hello, Luna!
  • hello_luna/main.c contains a return statement of the correct type and value
  • hello_luna/main.c main function has correct type
  • hello_luna/main.c main parameter is void type
  • hello_luna/main.c main function is enclosed in braces
  • adder/main.c initializes a sum variable as an integer and appropriate starting value
  • adder/main.c includes a correctly-initialized array called numbers containing 10 values
  • adder/main.c uses sizeof to calculate actual array size
  • adder/main.c uses a for loop to iterate through numbers array
  • adder/main.c accesses the numbers array by index
  • adder/main.c uses the add function to add numbers
  • disassembly/main.c has no TODOs
  • disassembly/main.c initializes an arbitrarily-named variable to 10
  • disassembly/main.c implements the correct iterative structure
  • disassembly/main.c prints the appropriate amount of times
  • disassembly/main.c includes the function identified in the disassembled version
  • disassembly/main.c calls the function identified in the disassembled version
  • disassembly/main.c additional function returns a value
  • disassembly/main.c main function returns 0

Percent complete

Based on the checks achieved, this assignment is 9% complete.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.