Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

An Introduction to Procedural Programming Using Flowgorithm 1 . What is a Variable? declaration of string variable named playersName You can think of a variable

An Introduction to Procedural Programming Using Flowgorithm
1. What is a Variable?
declaration of string variable named "playersName"
You can think of a variable as similar to a small box you use to hold something; it is a container. For our purposes, our container can hold things of a given type. Some of the types of things include integers (whole numbers, like "999"), floating point numbers (numbers that have a decimal point, like "3.14") and text, which we will refer to as "strings", which you can thing of as being short for "strings of letters and/or numbers and/or other symbols, like punctuation"). The computer refers to variables using the memory address containing the value of the variable, such as 7F793950000. That's a bit awkward for human beings to remember and reference, so we refer to variables using a symbolic name, such as "x" or "j", or (even better) a meaningful variable name, such as playersName.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

3rd Edition

0760049041, 978-0760049044

More Books

Students also viewed these Databases questions

Question

Identify cultural barriers to communication.

Answered: 1 week ago