Answer:
what I don't understand your question
"javac <FILE NAME>" (unsurprisingly, stands for "java compile"), will compile your java source code in to a .java file, that can be run with the "java <FILE NAME>" command.
Make sure that your command prompt is set to the right destination when you run these commands, using "cd <DESTINATION>", otherwise they may be unable to find them in the incorrect destination.
try:
num = int(input("Enter a number: "))
print(12*num)
except ValueError:
print("Please enter a number!")
I wrote my code in python 3.8
Maybe fix the grammar first. Then give suggestions that are similar but not the same to what the boss wrote.
-hope this helped
The policy guidelines that specifies such restrictions on user access can be referred to as: A. Least privilege.
<h3>What is the Least Privilege Principle?</h3>
The least privilege principle can be described as a concept in information security and policy guidelines that gives a user minimum permission or levels of access that they are needed to execute a tasks.
Therefore, the policy guidelines that specifies such restrictions on user access can be referred to as: A. Least privilege.
Learn more about least privilege on:
brainly.com/question/4365850