Answer:
class Home // create class Home
{
// instance variable declaration
string county; // variable county of string datatype
string street; // variable street of string datatype
int housenumber; // variable housenumber of int datatype
string state; // variable state of string datatype
}
Explanation:
Here we declared a class 'Home ' which consist of 4 instance variable.
The instance variable are declared inside the class.We declared variable county,street,state as string type and housenumber as integer type.
Solution:
Fundamental types of data, such as strings, integers, and real numbers, are known as primative data type.
Primitive data structures are char, int, float, double. ... There comes derived data structures and user defined data structures. Derived data structures are also provided by the system but are made using premitives like an array, a derived data. It can be array of chars, array of ints.
Thus the right answer is primative data type.
Given that,
Resistance, R = 30 ohms
Current, I = 10 A
To find,
The voltage of the battery.
Solution,
Let V is the voltage of the battery. We can use Ohm's law to find V.
Since, V = IR
Put all the values in the above formula.
V = 10×30
V = 300 Volt
So, the voltage of the battery in the voltmeter is 300 Volt.
I believe the process is called High Level Format.
Answer: A sequence is a basic algorithm. A set of logical steps is carried out in order. A Selection and coding is the section of code that is only carried out if the conditions are met. A iteration is A line of code that is being repeated until the desired results has come out. A variable is a value that can change when the condition is changed your information passed through the program.
Explanation: