Answer:
// This program is written in C++
// Comments are used for explanatory purpose
// Program starts here
#include<iostream.h>
#include<stdlib.h>
int main()
{
// Declare variables
int num, selectno;
string status;
randomize();
//Generate random number;
num=rand()%10000;
// Prompt to guess a number
cout<<"You have only 10 tries\nTake a guess: ";
int tries = 0;
while (tries != 10)
{
cin>>selectno;
if(selectno == num){
cout<<"You passed at the "<<count+1<<" attempt";
tries = 10;
}
else
{
cout<<"You failed. Take another guess\n You have "<<10 - count + 1 <<" attempts";
}
tries++;
if(tries >= 10)
{
break;
}
}
return 0;
}
Answer:
Raster Graphic is a bitmap. They are basically a grid of small pixels that make an image.
Answer:
Line second and third i.e, "typing the cell name, like "B4" and clicking the cell to reference
" the correct answer.
Explanation:
It relates to some kind of set of cells on the worksheet, which could be used to calculates the formula. It also helps to locate the information, which you want to analyze in the calculation. It can also provide the cell reference in more than one formula in the same worksheet, that relates to Information on many other workbooks, and wrong choices can be described as follows:
- Hovering provides the basic details, in which we hover, that's why it is wrong
.
- Zooming is used in projection, it can't be used in the cell reference, that's why it is wrong.
Answer:
Because you have a certain amount of money you’ll be able to spend for a certain period and helps you not go over your budget. In other words, it helps you keep track of your money so that you don’t waste more money than you are supposed to.
Explanation: