answersLogoWhite

0

What is basic and non basic variables?

Updated: 9/24/2023
User Avatar

Wiki User

10y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is basic and non basic variables?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does non basic mean?

Non basic is anything out of the ordinary. Not basic.


Simple non-array variables are usually passed to methods by?

Simple non-array variables are usually passed to methods by value.


What is non basic?

Non basic is anything that is not ordinary.


Variables as object in java?

There are two main categories of variables in Java. They are primitive and non primitive. Primitive data types are the basic data types like int, float, char etc. These are not objects. The other non primitive data types are all types of Java Objects. Example: String, ArrayList etc.


How do you write BASIC program to accept variables?

dim a input a


What do you mean by implicit and explicit variables declaration in visual basic?

implicit means you must declare variables before using them while explicit is not a must you declare variables before using them


Can non static methods can access static variables?

Yes, they can


The branch of mathamatics that uses letters called variables in place of numerals?

Basic Algebra is where letters called variables are used in place of numerals


Is an assembly line worker a basic or non basic job?

An assembly line worker is an example of a basic job. A firefighter is an example of a non-basic job.


Is a firefighter a basic or a non-basic job?

i would say basic as he is giving back to the community


How do you do 6 grade algebra?

first we learn variables constants and basic algebra


What is used to declare variables in Visual Basic?

declaration of variable is dim a as integer