B.................................
Answer:
int costOfBusRental;
int maxBusRiders;
int costPerRider;
costPerRider = costOfBusRental/maxBusRiders;
Explanation:
The costPerRider is the total cost of renting the bus (costofBusRental) divided by all the bus users (maxBusRiders). So we declare the three variables to be of type int as required by the question.
components Of desktop system:
- motherboard { backbone of the computer system controlling all tasks }
- RAM { temporary random access memory }
- ROM { stores huge amount of data ex - photos, videos }
- CPU { central processing unit which processes data }
- GPU {graphical processing unit for video editing, 3D graphics rendering}
Answer:
B. 2 page layouts, 1 record type, 2 profiles
Explanation:
The most efficient way to setup the process is by setting 2 page layouts, 1 record type and also 2 profiles.