Answer:
import java.util.Scanner;
public class num2 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int count =0;
int total = 0;
System.out.println("Enter the numbers");
int num = in.nextInt();
while(num!=-1){
total = total+num;
count++;
System.out.println("Enter the next number");
num = in.nextInt();
}
//Compute the average
double average = (double) total/count;
//Outputs
System.out.println("Total count of numbers entered "+(count));
System.out.println("Sum of the numbers "+total);
System.out.printf("Average is %.2f ",average);
}
}
Explanation:
- Using java programming language
- Import scanner class to receive user input
- declare variables count and total and initialize to zero
- Prompt user to enter numbers
- Use a while statement with the condition while(num!=-1)
- Within the while body keep prompting user to enter a number, increase count and update total
- when -1 is entered the loop breaks and average is calculated
- Use printf() method to print average to 2 decimal places.
Answer:
true
Explanation:
sometimes you've just gotta roll with it. the final parts of the statement is what gives away the answer.
The web developer needs to have Brenda's Auto-tagging turned on in all of her Google Ads.
Explanation:
Auto-tagging features when turned on are able to track conversions on your website. Auto–tagging when combined with conversion tracking using Google Ads helps you see how effective your ad clicks are from potential customers. If Brenda’s auto-tagging is enabled, a Google Click Identifier will be registered and stored in what developers call Google Analytics. Brenda will then be able to go to Google Analytics and see customer clicks for website’s purchases, downloads, and more. By default, auto-tagging is turned. To turn it on, the web developer needs to
Sign into Brenda's Google ad account
Click settings in the left pane and select account settings
The web developer would then be able to enable auto-tagging and save the settings.
Learn more about Google Analytics and its connection to conversion tracking
brainly.com/question/13234037
brainly.com/question/14280673
#LearnWithBrainly
answer:
in typography, it is an area entirely or partially enclosed by a letter form or a symbol
explanation:
・two types: closed & open
・closed — A, B, D, O, P, Q, R, a, b, d, e, g, o, p, and q
・open — c, f, h, s
Answer:
Positioning
Explanation:
One of the most important concept of marketing is Positioning. It is a marketing concepts that provides a description of what businesses must do to ensure its products are marketed and its services rendered to customers. When positioning your organization, the image of the organization's product is created with its intended audience in mind, by using promotion, place, product, and price.