Create three class names VEHICLE, TWO WHEELER, SCOOTER as shown below and create the data members and member function. Create a base class vehicle and declare the variable reg_no as string and model as integer. Create a function read()inside the class to read data for the variables. Create a derived classtwo-wheeler and declare the variable no_gear,power as integer.Create another deriver classscooter and declare variable manufacturer,owner as string.Create a function read()to get the data for no_gear.Create another function print that prints the values of reg_no, model, power, no_gear
Answers
Answered by
0
Answer:
First, convert the radius of the sphere from centimeter to meter.
r = (2.7 cm)(1 m/ 100 cm)
r = 0.027 m
Then, calculate for the surface area of the given by the equation,
A = 4πr²
Substituting the known values,
A = 4(π)(0.027 m)²
A = 9.16 x 10⁻³ m²
Then, multiply the calculated area to the charge density given to determine the total charge.
C = (6.9 x 10⁻⁶ C/m²)(9.16 x 10⁻³ m²)
C = 6.32 x10⁻⁸ C
Answer: C = 6.32 x 10⁻⁸ C
Explanation:
pls mark me as brainliest
Explanation:
Similar questions