Answer:
These are the supplies in the list:
[‘pencil’, ‘notebook’, ‘backpack’, ‘pen’, ‘calculator’]
Explanation:
The line return (\n) character will be in the output (so there will be a change of line), but it will NOT be visible as it would have been interpreted as a special character.
So the output will be on 2 different lines, with no \n visible.
If the command would have been: print('These are the supplies in the list:\n', supplies), with single quotes (') instead of double quotes (") then then \n would have been printed but not interpreted as a special character. At least in most computer language. Since we don't know of which language the question refers to, we can't be sure at 100%.
Professionals use computers for many things, for example, to store their information. It might be hard to keep up or to find the information they need when printed on paper. So they just copy the information and put it into their computers, where they can just type in a keyword and then they quickly the information they need.
Hope This Helps!
Answer:
The code is below. The output is "Eric went to Chipotle to buy 12 different types of Cars"
Explanation:
import java.util.scanner;
public class labprogram {
public static void main (string [ ] args) {
scanner scnr = new scanner (system.in) ;
string firstname;
string genericlocation;
int wholenumber;
string pluralNoun;
firstName = scnr.next();
genericLocation = scnr.next();
wholeNumner = scnr.nextInt();
pluralNoun = scnr.nextLine();
system.output.println(firstname + " went to " + genericlocation + " to buy " + wholenumber + " different types of " + pluralnoun + " . ");
}
}
Answer:
Following is given the solution to each part.
All the comments are given above each step so that they can make the logic clear.
I hope it will help you!
Explanation:
The three processor technologies that are required to be able to install windoes 8 are NX, PAE and SSE2. PAE stands for physical address extension, NX would NoeXecute and SSE2 means Streaming SIMD Extentions 2. The PAE is the one that enables 32bit processors to be able to access 4 GB and above of memory. NX would help guard the computer from malwares. Lastly, SSE2 is a set of instructions that is used by third party drivers and apps.