Answer:
4
Explanation:
by counting the number of the colum to. be counted well and nicely
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
Alex if he wants to center the title and his name on his cover page, he has to press centered.
<h3>What are cover page?</h3>
Cover pages is known to be the page that is made up of the title of sny article, books etc. It also include the name of your school, course name, etc.
Therefore, Alex if he wants to center the title and his name on his cover page, he has to press centered so as to be in the middle top of the document.
Learn more about cover page from
brainly.com/question/3602860
#SPJ1