GithubHelp home page GithubHelp logo

bnmnetp / apcsareview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ericsonga/apcsareview

2.0 2.0 9.0 57.94 MB

This is an eBook to help students review for the Advanced Placement Computer Science A Exam

License: Other

HTML 78.69% Python 21.31%

apcsareview's People

Contributors

amonrs avatar anujinm avatar aunyks avatar barbarer avatar bhoffman0 avatar bnmnetp avatar carlosdiaz723 avatar chpurdy avatar christinehsieh avatar ericsonga avatar gabbyjackson avatar jennahughes15 avatar juan8659 avatar runestonetest avatar seibelsabrina avatar

Stargazers

 avatar  avatar

Watchers

 avatar

apcsareview's Issues

File Not Found

Error reported in course Riverside_HS_APCS_A on page index by user kcossa [email protected]
11.2. Objects and Classes
11.2.1. Person Class
11.2.2. Die Class
11.2.3. Coin Class
These sections come up with a File Not Found error when trying to access.

Error in problem 3-15-3

There is an error in Section 3.15, problem 3-15-3. The solution in the book is actually an attempted narrowing conversion that produces the following error.

$ javac Test1.java
Test1.java:5: error: incompatible types: possible lossy conversion from double to int
           int num = Math.random() * 50 + 1;
                                        ^
1 error

The correct "int num" declaration must cast the random result to an int:

int num (int)(Math.random() * 50) + 1;

(Love the book)

Duplicate IDs

/home/bmiller/Runestone/web2py/applications/runestone/books/apcsareview/_sources/OOBasics/objectObasics.rst:23: WARNING: Duplicate ID -- see JavaBasics/introClassObject, line 29
/home/bmiller/Runestone/web2py/applications/runestone/books/apcsareview/_sources/SearchSort/searchBasics.rst:52: WARNING: Duplicate ID -- see SearchSort/insertionSort, line 17
/home/bmiller/Runestone/web2py/applications/runestone/books/apcsareview/_sources/SearchSort/searchBasics.rst:57: WARNING: Duplicate ID -- see SearchSort/mergeSort, line 19
/home/bmiller/Runestone/web2py/applications/runestone/books/apcsareview/_sources/SearchSort/selSort.rst:16: WARNING: Duplicate ID -- see SearchSort/searchBasics, line 50

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.