Answer:
numbers = 1:1:100;
for num=numbers
remainder3 = rem(num,3);
remainder5 = rem(num,5);
if remainder3==0
disp("Yee")
else
if remainder3 == 0 && remainder5 == 0
disp ("Yee-Haw")
else
if remainder5==0
disp("Haw")
else
disp("Not a multiple of 5 or 4")
end
end
end
end
Explanation:
- Initialize the numbers variable from 1 to 100.
- Loop through the all the numbers and find their remainders.
- Check if a number is multiple of 5, 3 or both and display the message accordingly.
Answer:
B. Enable-PSRemoting.
Explanation:
Powershell is a command-line interface software used in windows operating system to manage the operations of the system. It is similar to the bash terminal scripting language in Linux and has some of the command prompt features.
The PS session is used to manage remote systems connected wirelessly to the administrative system. The command used to enable this process is "Enable-PSRemoting".
Answer:
Yes, all you do is click 'share' on the top right and then copy the link, then you would send the link to said to person that has a icloud email.
Answer:
The correct answer is A) "red"
Explanation:
Using arrays and lists are very helpful when writing programs. They help simplify programs by storing <u>related data</u> under one name.
In the question above the general name is <u>myList</u>. <em>The related data are red, orange, yellow, green, blue, indigo, and violet.</em>
This means that myList contains values a,b,c,d,e,f, and g. However myList[1] only contains value "red".
Cheers!
B. Is used
If this is not the full statement it may be C