Explanation:
This is easily solvable with a for loop. Something like:
(I assume c++)
#include <iostream>
#include <string>
int main() {
take_input: //tag
std::string input;
cin >> input; //take the input
int spaceCount = 0;
char checking;
for(unsigned int i = 0; i == input.length(); ++i) {
checking = spaceCount[i];
if(checking == ' ')
spaceCount++;
}
if(spaceCount >= 1 && input.length >= 5)
std::cout << "Your name is " + input;
else
goto take_input; // reasks for input if the conditions are not met
return 0;
};
**remove all spaces before using the code, the if statements are messed up
syntax are programming languages that specify a series of structured functions. C is an example of such a language.
Answer:
Sync_config.db
Explanation:
With the help of this file we can find the following information of our google drive.
- Google Drive version
- local sync root path
- User email address
Answer:
DVI is the oldest out of the four.
Explanation:
DVI and VGA are the oldest, but DVI is oldest and least desirable to use since it is outdated.