Answer:
void main(){
string name;
cout<<"Enter Name";
cin>>name;
cout<<"Greetings " ;
cout<<name;
}
Explanation:
in main function we declared a variable called "name" .using cin we are reading the value into name and we are printing that name using cout.
#include <iostream>
using namespace std;
class CarCounter {
public:
CarCounter();
CarCounter(const CarCounter& origCarCounter);
void SetCarCount(const int count) {
carCount = count;
}
int GetCarCount() const {
return carCount;
}
private:
int carCount;
};
CarCounter::CarCounter() {
carCount = 0;
return;
}
CarCounter::CarCounter(const CarCounter &p){
carCount = p.carCount;
}
void CountPrinter(CarCounter carCntr) {
cout << "Cars counted: " << carCntr.GetCarCount();
return;
}
int main() {
CarCounter parkingLot;
parkingLot.SetCarCount(5);
CountPrinter(parkingLot);
return 0;
}
Sample output:
Cars Counted: 5
Yeah, Your steps ar correct. Let's analyse those steps more easily by the following steps:

Freeze panes is a feature in spreadsheet applications, such as Microsoft Excel, LibreOffice Calc, and Google Sheets. It "freezes" a row or column, so that it is always displayed, even as you navigate the spreadsheet.
❍ Freezing panes is especially useful if your spreadsheet has a header row, that you want to always be visible.
- Select the row below the row(s) you want to freeze. In our example, we want to freeze rows 1 and 2, so we'll select row.
- Click the View tab on the Ribbon.
- Select the Freeze Panes command, then choose Freeze
- Panes from the drop-down menu. ...
- The rows will be frozen in place, as indicated by the gray line.
<u>━━━━━━━━━━━━━━━━━━━━</u>
Answer:
Below is an executive summary of this particular issue.
Explanation:
- Each organization has differential requirements and preferences. This same employment opportunities rely heavily on either the structure of the company and indeed the amount of equipment that it possesses.
- Hence, whenever they recruit an individual on a specific job, their work description can differ based on the organization's needs including growth.