answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

If structure is arraythen an individual array element can be accessed by writing a variable?

A structure is not an array. Individual array elements are accessed through a number, called a "subscript". This subscript can be a constant, or a variable, or any expression that can be evaluated to give an integer.A structure is not an array. Individual array elements are accessed through a number, called a "subscript". This subscript can be a constant, or a variable, or any expression that can be evaluated to give an integer.A structure is not an array. Individual array elements are accessed through a number, called a "subscript". This subscript can be a constant, or a variable, or any expression that can be evaluated to give an integer.A structure is not an array. Individual array elements are accessed through a number, called a "subscript". This subscript can be a constant, or a variable, or any expression that can be evaluated to give an integer.


How do you find greatest no using array in java?

Assume that the greatest number is the first element (subscript zero). Compare with each element in the array (starting with subscript one), and every time you find one that is greater than the greatest so far, set your variable "greatest" to this number.


How do you represent a negative number in Binary Coded Decimal?

All I know is that when a number is negative, you convert the decimal into binary and if it is negative you put 1111 before the binary digits.


What is a number less than zero called?

a negative number


Write a program to check a number is negative or positive?

#include<stdio.h> int main() { int num; do { scanf ("Enter a number (0 to exit): %d", num); if (num>0) printf ("The number is positive.\n"); else if (num<0) printf ("The number is negative.\n"); else printf ("The number is zero, neither positive nor negative\n"); } while (num); return 0; }

Related Questions

What happens if a subscript value is negative or higher than the number of elements in an array?

It cannot be part of the array.


If structure is arraythen an individual array element can be accessed by writing a variable?

A structure is not an array. Individual array elements are accessed through a number, called a "subscript". This subscript can be a constant, or a variable, or any expression that can be evaluated to give an integer.A structure is not an array. Individual array elements are accessed through a number, called a "subscript". This subscript can be a constant, or a variable, or any expression that can be evaluated to give an integer.A structure is not an array. Individual array elements are accessed through a number, called a "subscript". This subscript can be a constant, or a variable, or any expression that can be evaluated to give an integer.A structure is not an array. Individual array elements are accessed through a number, called a "subscript". This subscript can be a constant, or a variable, or any expression that can be evaluated to give an integer.


The number placed below an elements symbol in a chemical formula is called a what?

The number placed below an element's symbol in a chemical formula is called a subscript. Subscripts indicate the number of atoms of that element in a molecule.


What is the number placed below an elements symbol in a chemical formula is called what?

subscript


How are elements that form positive ions grouped in the periodic table relative to elements that form negative ions?

The lower the the Atomic Number, the higher the Ionic Energy.


Is the The oxidation number of an atom is shown with a subscript?

No, the oxidation number of an atom is typically written as a superscript, not a subscript. It is denoted next to the symbol of the atom to represent the charge that the atom carries in a compound or ion.


The elements that make up a compound and the exact number of atoms of each element in a unit of the compound can be?

determined using the chemical formula of the compound. The chemical formula provides the type and ratio of elements present in a compound. After determining the chemical formula, one can calculate the exact number of atoms of each element in a unit of the compound using stoichiometry.


What type of number after a chemical symbol tells how many atoms of that elements in a single molecule?

The number after a chemical symbol in a chemical formula represents the number of atoms of that element in a single molecule. This number is called a subscript, and it indicates the ratio of atoms in the compound.


Negative PLUS a positive equals?

It is a negative if the negative number has the higher absolute value and positive if the positive number has the higher absolute value.


What is the subscript number for Plutonium?

If you think to the atomic number this is 94 for plutonium.


What number is bigger a lower negative number or a higher negative number?

The question depends on what lower and higher mean. The number that is the smaller of two when you ignore the negative signs, becomes the bigger of the two when you put negative signs before them.


How do you make a negative number a positive number?

Multiply it by another negative number. Or add a higher positive number to it.