D, a customer service oriented, problem solver with strong communication skills
Answer:
CSS, HTML & JavaScript.
Explanation:
The first Murray will need to learn will be HTML for the site and then CSS for the design of the site.
Then he needs JavaScript to allow him make his showcase his pictures.
Answer:
The output of the given code as follows:
Output:
Area is: 12.60676
Explanation:
In the given code some information is missing so, the correct code to this question can be described as follows:
Program:
public class Test //defining class
{
public static void main(String[] args)//defining the main method
{
double radius= 2; //defining double variable radius
final double PI= 3.15169; //defining double variable PI
double area = radius * radius * PI; //defining double variable area that calculates values
System.out.println("Area is: " + area); //print values
}
}
Explanation:
- In the given java code a class "Test" is defined, in which a double variable "radius" is defined, which holds a value, that is 2.
- In the next step, a double constant variable, that is PI is defined, that holds a value, that is "3.15169".
- Then another double variable area is defined, that calculates the area value, and prints its value.
Answer:
Samsung note 20 or iPhone but i think Samsung
Explanation:
The distribution method for audio and video programs online that lets users subscribe to a number of files or feeds exists named podcast.
<h3>What is meant by podcast?</h3>
- Essentially, a talk radio show on demand is what a podcast is. This means that listeners may tune in whenever (and pretty much wherever) they choose, without having to crank up the volume and tune in live. Podcasts often have a single theme or subject.
- One of the best ways to talk about something you love or are passionate about is through podcasting. You are able to interact openly and personally with your audience. This improves the experience for you while also being a useful tool to instruct or share your ideas with your audience.
Hence, The distribution method for audio and video programs online that lets users subscribe to a number of files or feeds exists named podcast.
To learn more about podcast refer to:
brainly.com/question/26293535
#SPJ4