Answer:
Explanation:
yes
but dont forget to call makeBasePlateGreen
maybe you would call it at the end of the program?
by the way you have a typo at the end
make the O lowercase
myBlasePlate.BrickColor = BrickColor.Green()
and then add this to the end
makeBasePlateGreen()
so you call the function and actually use it.
Answer:
3
Explanation:
The function floor() is used to give the integer which is smaller than or equal to the provided decimal value.
for example:
let a=5.8
floor(a);
the function provides the value 5 (smaller than or equal to 5.8).
In the given code:
variable num assigns the number 3.14.
then, floor(3.14) gives the value 3 (smaller than or equal to 3.14).
then, the echo print the value on the screen.
Therefore, the correct answer is 3.
Answer:
This question was initially incomplete. Here is the full question:
Many Web browsers allow users to open anonymous windows. During a browsing session in an anonymous window, the browser does not record a browsing history or a list of downloaded files. When the anonymous window is exited, cookies created during the session are deleted. Which of the following statements about browsing sessions in an anonymous window is true?
a) The activities of a user browsing in an anonymous window will not be visible to people who monitor the user's network, such as the system administrator.
b) Items placed in a Web store's shopping cart for future purchase during the anonymous browsing session will not be saved on the user's computer.
c) A user will not be able to log in to e-mail or social media accounts during the anonymous browsing session.
d) A user browsing in an anonymous window will be protected from viruses launched from any Web sites visited or files downloaded.
The correct answer is b) Items placed in a Web store's shopping cart for future purchase during the anonymous browsing session will not be saved on the user's computer.
Explanation:
For e-commerce sites, shopping cart information are stored as cookies on the visitor's computer such that when the website visitor leaves the website and comes back a few days later, their shopping preferences are remembered.
If the website visitor uses an anonymous window, the cookies created during the browsing session will be deleted when the anonymous website is exited and so, items placed in the shopping cart for future purchase will not be saved.
Answer:
(Remember, two colors are complementary if they are opposite each other ... colors are connected on the color wheel they form a rectangle.
Explanation:
best one i could find if worng am verys very sorry.