Glossary for C#: arithmetic
Learn C# (C sharp) in FREE step-by-step lessons.
algebra to code: Convert algebraic expressions to programming statements
Algebra to codecentering: The control is centered when the form is resized
Centering a control on the formdecimals on scroll bar: Value on scroll bar is integer, how to select a decimal value
Decimal values on scroll barsdozen: A program to select quantity on scroll bar and display dozens: quantity%12
Finding Dozensevent driven: When you run an event driven program, it continuously checks to see if an event has occurred. When an event occurs, any code for that event is executed, then the cycle of checking for another event continues.
Event drivenfeet and inches: A scroll bar selects inches, feet and inches is displayed
Finding Feet and Inchesfunction grad: Write a function to avoid the same code in two places
Write a functionfunction tip: Calculate tip, avoid misinformation at form load
A function to display values on the scroll event and also form loadGUI: The user can make choices with the mouse rather than having to type everything. He selects icons, option buttons, command buttons, and other graphic images, or pictures.
Graphical User Interface (pronounced gooey)link1: C# Operators
Microsoft Reference: C# Operatorsobject: An object combines both data (properties) and events (procedures).
objectoperators: Do this drill to make sure you understand
Drill: Operatorsorder of operations drill: Test how well you can solve these problems
Drill: Order of operationsorder of operations'.: The Order of operations for arithmetic operations is to do parenthesis () then *, / %, then + and - working from left to right.
Order of operationsproblems: A few real world problems you can solve in C#
Real world mathremainder drill: Drill on the % operator: remainder
Drill: The % operatorremainder: Remainder can be found for integer division
Remainder operator: %scroll bar grade: Scroll bars select midterm and final exam, average is calculated
Calculate Grade C# is an object oriented programming language used to write Windows form applications.Full Glossary