In my answer I am making an assumption that there is no runtime error, if there is then the error is “a run-time error”.
The answer is the program suffers from a Logic Error
Answer:
import java.util.Scanner;
class Main
{
public static void main(String[] args)
{
System.out.println(" Enter the the two numbers:");
Scanner input = new Scanner(System.in);
int a = input.nextInt();
int b = input.nextInt();
int c = sumsquareFunction(a, b);
System.out.println("Sum of Square of two numbers are:" + c);
}
public static int sumsquareFunction(int n1, int n2) {
int c= n1*n1 + n2*n2;
return c;
}
}
Explanation:
Please check the answer.
When any substance is being heated. Safety glasses
D. Indie developer. Independent video game development, or indie game development, is the video game development process of creating indie games; these are video games, commonly created by individual or small teams of video game developers and usually without significant financial support of a video game publisher or other outside source.
4. Find an example of a print or Internet ad that includes images and text, and then answer the following questions about it.
a. Describe the ad. (1-3 sentences. 1.0 points)
Mcdonald's all day breakfast. It shows their breakfast items, with high-quality images.
b. What do you think this ad's marketing message is? (1-5 sentences. 2.0 points) TIP: Does it use a specific desire or fear, or does it try to show how the product is a need or how it solves a problem?
They use desire because they show their delicious looking food, and the customers are wanting it.
c. Is the ad trying to get people to do something? If so, what is it trying to get people to do? If it isn't trying to get people to do something, what do you think the point of the ad is? (1-5 sentences. 2.0 points)
The ad is trying to get people to stop at Mcdonalds and buy their breakfast items
d. Do you think this ad is effective? Why or why not? (1-5 sentences. 2.0 points)
Yes I think this ad is effective because it is showing high quality images of their breakfast items that encourage people to stop by and try their products.