Answer:
// here is code inn c++.
#include <bits/stdc++.h>
using namespace std;
// main function
int main()
{
// variable
int t;
double acc=32;
cout<<"Enter the time in seconds:";
// read the time in seconds
cin>>t;
// Calculate the distance=acceleration x time-squared divided by 2
double dis=acc*(t*t)/2;
// print the distance
cout<<"distance is: "<<dis<<" feet."<<endl;
return 0;
}
Explanation:
Read the time in seconds from user and assign it to variable "t". declare and initialize variable "acc" with 32.Find the distance as "dis=acc*(t*t)/2". Print the distance.
Output:
Enter the time in seconds:10
distance is: 1600 feet.
Answer:
Follows are the relation between training and occupation:
Explanation:
Training:
This method includes several steps that are systematically practiced to have an efficient training course. It is a structured activity carried out to improve an employee's skills, attitudes, and behavior.
Occupation :
Profession, industry, occupation, corporation, trade, and business are also the things you actively participate in, especially your daily work or lifestyle. Its general word occupational is now a fun or cozy job.
Relation:
Training allows a person to acquire new knowledge and abilities but also build their professions by becoming independent. It enables competence to improve. All employees are highly inspired by training.
Applying a cell style will enable Mina to apply several formats to the spreadsheet cells at the same time. <span>To apply several formats in one step, and to make sure that cells have consistent formatting, you can use a cell style. A cell style is a defined set of formatting characteristics, such as fonts and font sizes, number formats, cell borders, and cell shading. </span>
Commenting. When someone comments of a blog the blog's writer can comment back, to answer questions, etc.