Answer:
I would say that if she is connected to the server and has grained access to the server, Wendy would have to use the command shortkey win+r (to run) or she could just use the "Type here to search" function.
Then you can type the words "cmd" to bring up the command prompt
Lastly, she would need to use the protocol scp to transfer files. Wendy might need to include a destination for the files to be directed to.
Answer:
1. =SUM(C15: G15) 2. The first part of second part is =SUM(C11:G11), =SUM(C12:G12), =SUM(C13:G13), =SUM(C14:G14), =SUM(C15:G15). Last is total revenue and the first four are seating for various classes and the second part of the second question is =SUM(H11: H14) which is the grand total of seats.
Explanation:
Suppose from C15 to G15, we have five columns and hence five days. So we can have one column for one day, and add there, number of seats. C15: G15 is daily revenue, and C11: G11 ...... C14: G14 is the number of seats each day, and in each class, and thus the above answer. We can have different assumptions, and formula will change according to assumptions. You can use HLOOKUP as well if you want.
The answer is the amount of money you put in it, brainliest please.
Answer:
Following are the answer to this question:
Explanation:
In option 1:
The value of n is= 7, which is (base case)
when n=k for the true condition:
when n=k+1 it tests the value:
since k>6 hence the value is KH>3 hence proved.
In option 2:
when:
for n=1:(base case)
0<=0 \\ condition is true
when the above statement holds value n=1
when n=k
when n=k+1
In option 3:
when n=1:
when n=k
hence n=k+1 is true.
Answer:
The answer is "None of these".
Explanation:
In the given question an array "sales[]" is declared, which contains 50 double type elements, and in the next line, an integer variable j is defined, which uses a for loop. In this question two options is given, in which both are not correct, that can be described as follows:
- In option (i), A loop is defined that, uses variable j which starts with 0 and ends with 48, So total elements are 48 that's why it is not correct.
- In option (ii), A loop will use variable j that, starts with 1 and ends with 49, That's why it is not correct.