Java Games: Flashcards, matching, concentration, and word search.

C++ Chaper 3 Activity 1

AB
consist of letters, numbers, and maybe an underscore, however no punctuation characters or spacesvariable names
will contain numbers with decimalsdouble data type
assign the variable a beginning valueinitializing the variable
three parts to declaring a variabledetermine the name, declare the type, assing ititial value
first item coded is thedata type
datatype variableName =initialValue;
standard output stream, which refers to the monitorcout
standard input stream, which refers to the keyboardcin
used to separate the different data items you would like to displayinsertion operator (<<)
used with the cin stream to allow the user to enter dataextraction operator (>>)
allows the program to manipulate, or manage, the input and output stream characters in some waystream manipulator
stream manipulator to advance the cursor to the next line on the screenendl
the process of locating and removing any errorsdebugging
violation of the rules of the languagesyntax errors
when the computer does what you told it to do vs. what you meant for it to dologic errors
procedural-oriented language, as well as an object-oriented languageC++
a text editor and a C++ compilerIDE or Integrated Development Environment
the text editor is used to enter the C++ program itselfsource code


Continuing Education
Harrison County
Bridgeport, WV

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities