File -> Save As
Or Shortcut Key CTRL+SHIFT+S
Answer:
See Explanation
Explanation:
Your program is correct and doesn't need an attachment.
However, there's a mismatch in placement of curly braces in your program
{
}
I've made corrections to that and I've added the corrected program as an attachment.
Aside that, there's no other thing to be corrected in your program.
Use another compiler to compile your program is you are not getting the required output.
Answer:
sort answer yes
Explanation:
computer are smart machines help us do good things helping humans communicate and help spread information that can help impact a work. Computers can even have more information than us which is really crazy even tho we created computers
idk if that helps
Answer:
D) They are coded.
Explanation:
Java comments are notes in a Java code file that are ignored by the compiler and runtime engine. They are used to annotate the code in order to clarify its design and purpose. You can add an unlimited number of comments to a Java file, but there are some "best practices" to follow when using comments.