what is Simple variable ?

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter9: Getting Started With Javascript: Creating A Countdown Clock
Section9.3: Visual Overview: Javascript Functions And Expressions
Problem 7QC
icon
Related questions
Question

what is Simple variable ?

Expert Solution
Step 1

A simple variable is just basically a variable with only one single value.

Let us declare a variable named  'num' as integer type with value 10.

int num =10; 

It is specific that the num variable contains one and only value 10, so it is a simple variable.

We can understand it better while comparing it with a non-simple variable, for example, a variable which is used within the conditional statement of a loop.

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr