Algorithms and OOD (CSC 207 2014F) : EBoards
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [Learning Outcomes] [FAQ] [Teaching & Learning] [Grading] [Rubric] - [Calendar]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Student-Curated Resources] [Java 8 API] [Java 8 Tutorials] [Code Conventions]
Related Courses: [CSC 152 2006S (Rebelsky)] [CSC 207 2014S (Rebelsky)] [CSC 207 2014F (Walker)] [CSC 207 2011S (Weinman)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)] [Issue Tracker (Textbook)]
Overview
How do I get the CSC207.xml file onto my Mac or Linux Workstation?
Open a terminal window.
Type
sftp USERNAME@ssh.cs.grinnell.eduType
get /home/rebelsky/share/CSC207.xml
Where can the register appear in an assignment?
The register being assigned to must appear as the first thing in the string.
So if I see an equals sign anywhere but immediately after that first register, I should ..."
Issue an error.
I'm getting infinite computation or other errors when working with
BigDecimal values
Use the
dividemethod that lets you specify a precision. (Think carefully about what that precision should be.)Determine when you are done by comparing a to n/a.
Should we take negative numbers in our calculator?
Yes.