Zebra0.com

csharpGlossary for C#: arithmetic

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 code
centering: The control is centered when the form is resized
   Centering a control on the form
decimals on scroll bar: Value on scroll bar is integer, how to select a decimal value
   Decimal values on scroll bars
dozen: A program to select quantity on scroll bar and display dozens: quantity%12
   Finding Dozens
event 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 driven
feet and inches: A scroll bar selects inches, feet and inches is displayed
   Finding Feet and Inches
function grad: Write a function to avoid the same code in two places
   Write a function
function tip: Calculate tip, avoid misinformation at form load
   A function to display values on the scroll event and also form load
GUI: 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# Operators
object: An object combines both data (properties) and events (procedures).
   object
operators: Do this drill to make sure you understand
   Drill: Operators
order of operations drill: Test how well you can solve these problems
   Drill: Order of operations
order of operations'.: The Order of operations for arithmetic operations is to do parenthesis () then *, / %, then + and - working from left to right.
   Order of operations
problems: A few real world problems you can solve in C#
   Real world math
remainder drill: Drill on the % operator: remainder
   Drill: The % operator
remainder: 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