Answer:
In C++:
#include <iostream>
using namespace std;
int main(){
string fname,lname; int num;
cout<<"Firstname: "; cin>>fname;
cout<<"Lastname: "; cin>>lname;
cout<<"4 digits: "; cin>>num;
string login = lname;
if(lname.length()>=5){
login = lname.substr(0, 5); }
login+=fname.substr(0,1)+to_string(num%100);
cout<<login;
return 0;
}
Explanation:
See attachment for explanation where I used comments to explain each line
Answer:
it is actually a phone video gaming tv and stuff that you play with like cars and other stuff
Explanation:
The
process that aids managers to better understand the processes through which
they are performed most effectively by gathering and organizing detailed
information about various jobs within an organization so that is called Job
analysis and is performed by a job analyst in an organization. Occupational
Information Network (O*Net) is a database that provides both basic and advanced
job-analysis information; as such, IT can be viewed as an alternative to
conducting job analysis. O*NET
OnLine has detailed descriptions of the world of work for use by job seekers,
workforce development and HR professionals, students, researchers, and more. It
is a tool for career exploration and job analysis.
Widows 7 is no longer supported for anti virus, I recommend a windows 10 license
Answer:
The correct answer is Multi-dimensional.
Explanation:
This database is optimized for online analytical processing and data warehousing (OLAP) applications. Multidimensional databases are often created using existing relational database records. While a relational database can be accessed through a Structured Query Language (SQL) query, a multi-dimensional database allows the user to ask questions like: "How many additives were sold in Nebraska in a year?" and similar issues related to the synthesis of operations and business trends. An OLAP application that accesses data from a multidimensional database is called a MOLAP application (Multidimensional OLAP).