answersLogoWhite

0

Prompt

page 42

Programming Logic and Design by Tony Gaddis

User Avatar

Darwin Hudson

Lvl 10
3y ago

What else can I help you with?

Related Questions

What are Error And Input Messages Excel?

When using the Validation facility you can set an Input message to tell the user what they should enter like "Enter a value between 1 and 100". You can set an Error message to show if they do not enter a value that is valid.


How do you enter the IF function to display the message Significant for any percent greater than 20 percent Otherwise display the message ok in Excel 2007?

Say the value is in B3, then the formula would be: =IF(B3>20%,"Significant","ok")


When I Enter any value in My Excel Sheet if whether the same value already I have been entered So a message should be appear or Inform me that the value u r going to enter has already been entered.?

If there is anything already in the cell where your cursor is ... just before you start to enter anything there ... the existing contents of that cell are displayed up above in the formula bar. That's better ... and much easier to implement in software ... than a clairvoyant message generator that reads your mind, knows what you're about to type, compares it to the current contents of the cell, and pops up a message if they match. All you have to do is glance quickly up at the formula bar before you start typing.


What is A number that tells the typical value of data in a set called?

Average is the number that tells the typical value of data in a set.


What does it mean when it says enter a value between 1 and 10?

Enter a value from 2 to 9.


What does it mean when hungercraft says Please enter a value that matches the required format?

When Hungercraft displays the message "Please enter a value that matches the required format," it indicates that the input you've provided does not conform to the expected criteria for that particular field. This could involve aspects like data type (e.g., numeric, text), length, or specific patterns (e.g., email address format). To resolve this, review the input requirements and ensure your entry aligns with the specified format.


Do the slope of the line on a speed-time graph tells the speed?

No. The vertical value of each point (the y-value) tells the speed.


What is MessageBox?

Displays a modal dialog box that contains a system icon, a set of buttons, and a brief application-specific message, such as status or error information. The message box returns an integer value that indicates which button the user clicked.


To create a parameter query enter a parameter rather than a specific value as a criterion in the design grid the parameter must be enclosed in?

Square brackets []


What is the value of x Enter your answer in the box. x?

To determine the value of x, I would need more context or a specific equation or problem. Please provide additional information or details about the equation or situation involving x.


What does the absolute value of a number tells us?

One of the things that is tells you is how far away it is from zero.


What is the purpose of the checksum?

A checksum is an error-detection method in which each transmitted message results in a numerical value based on the value of the bytes in a message. The transmitter places the calculated value in the message and then sends the value with the message. The receiver applies the same formula to each received message and checks to make sure the accompanying numerical value is the same. If not, the receiver can assume that the message has been corrupted in transmission.