Your while statement is in error
<span>while (wage = 0) assigns 0 to wage.
What you want is to compare wage to 0, ie.:
while (wage == 0).
However, comparing double's to some value is very bad practice due to rounding errors. Much safer is to always have a < or > in there:
while (wage < 0.0001)
If you confuse assignment (=) and comparison (==) often, and you don't have a compiler to warn you for this, you can adopt the coding style to put the constant first:
while(0 == x)</span>
The most appropriate change in this situation would be to change the message "User input deemed invalid" to "You made a mistake, try again, you can".
<h3>What should we change to improve the children's experience?</h3>
To improve children's experience with this new calculator program, we must adapt all the features of the program for children's users. Therefore, the buttons, the messages and everything related to this program must be suitable for their motor and brain development.
Therefore, it is considered that the message "User input deemed invalid" is not suitable for children because they may not understand this message or misinterpret it and desist from using the new program.
So, the most appropriate message to replace the previous message would be:
- "You made a mistake, try again, you can"
Because this message is suitable for the friendly language that children use in their daily lives and they would better understand the message without giving up using the new program or the calculator.
Learn more about programs in: brainly.com/question/13264074
#SPJ1
Answer:
insert, illustrations, click and drag, slide show
Explanation:
i got it right
Answer:
A Port Replicators.
Explanation:
Port replicators are devices or extension. They are plugged into the laptop's usb port to provide extra ports to connect other external devices needed by the laptop.
Docking stations does the same thing, but the laptop is plugged into the docking station holding the needed devices, and meant for that laptop brand.