Answer:B
Explanation:
write an algorithm to find the average of six numbers
Answer:
Input: two numbers x and y Output: the average of x and y Step 1 : input x,y Step 2: sum=0,average=0 Step 3:sum = x + y Step 4:average = sum /2 Step 5: print average.
Explanation:
Input: two numbers x and y Output: the average of x and y Step 1 : input x,y Step 2: sum=0,average=0 Step 3:sum = x + y Step 4:average = sum /2 Step 5: print average.
Algorithms are set of instructions which are to be followed in other to solve a particular problem. The algorithm which gives the average of six values goes thus:
1.)
Input : a, b, c, d, e, f
#takes input of the six numbers
2.)
sum=0 ; average=0
# initialize sum and average variables to 0
3.)
sum = a + b + c + d + e + f
#takes the sum of the six numbers
4.)
average = sum /6
#divide the sum by the number of values.
5)
print average.
#display the average value
Learn more : https://brainly.com/question/24266817
File
Home
Insert
Formulas
Data
Review
View
Automate
Help
Editing
Calibri Light
16
B
Bra Av
2
CS
General
G
A
B
С
D
E
F
L
H
1
3
3 In cell D7, create a formula that calculates the tax for the invoice. Us
a
sales tax rate of 7.5%
SABROSA
Catering Invoice
Sabrosa Empanadas & More
1202 Biscayne Bay Drive
Orlando, FL 32804
Invoice #:
6710A Date:
10/15/20
In cell Ds, create a formula that finds the total for the order. In other
this formula should add cells D3:07.
Empanadas & More
1
In cell D9 create a formula that calculates the total after a 10% disco
you need help understanding how to take a percentage off of a total
LINE TOTAL
2 MENU ITEM
3 Empanadas: Buffalo Chicken
4 Empanadas: Braised Short Rib
5 Empanadas: Fig and Goat Cheese
6 Sides: Black beans and rice
7
UNIT PRICE
$2.98
$2.98
$3.75
$1.98
QUANTITY
20
30
25
40
TAX
8
TOTAL
TOTAL AFTER DISCOUNT:
9
+
Catering Invoice Catering Subtotal challenge
C Mode tomate Workbook to
Helo improve Office
100%
-
Explanation:
formula should add cells D3:07.
Empanadas & More
1
In cell D9 create a formula that calculates the total after a 10% disco
you need help understanding how to take a percentage off of a total
LINE TOTAL
2 MENU ITEM
3 Empanadas: Buffalo Chicken
4 Empanadas: Braised Short Rib
5 Empanadas: Fig and Goat Cheese
6 Sides: Black beans and rice
7
UNIT PRICE
$2.98
$2.98
$3.75
$1.98
QUANTITY
20
30
25
40
TAX
8
TOTAL
Most Information Technology careers require workers to perform their jobs in
A. a home office.
B. a business office.
C. a secure office.
D. an off-site office.
Answer:
b on edge 2020
Explanation:
Answer:
b
Explanation:
Write a program that takes a first name as the input, and outputs a welcome message to that name.
Ex: If the input is Pat the output is:
Hello Pat and welcome to cs Online
Input Welcome message
1 user_name = input 2 3
Type your code here
Answer:
The program in Python is as follows:
user_name = input("Name: ")
print("Hello "+user_name+" and welcome to cs Online")
Explanation:
The program is written in Python, and it uses basic input and output function to execute the instruction in the question.
First: Prompt the user for username
This is done in the following line
user_name = input("Input your name: ")
Next, the print function is used to output the welcome message
print("Hello "+user_name+" and welcome to cs Online")
The program that takes first name as the input, and outputs a welcome message to that name is represented below:
user_input = str(input("please type your first name: "))
print(f" Hello {user_input} !! Welcome to CS online ")
The code is written in python.
The variable user_input is used to store the user's input. It ask the user for his/her first name and store it.
Then we print the welcome statement using the f string.
F-string are use to combine strings and variables.
learn more on python program; https://brainly.com/question/14644566?referrer=searchResults
At Moore High, 456 students attended the prom. This is 65 more students than
the previous year.
To the nearest percent, what is the percent of increase from last year to this
year?
12%
15%
17%
19%
Answer:
B-15%
Explanation:
write down the name of output devices
Answer:
Monitor
Printer
Headphones
Computer Speakers
Projector
GPS
Sound Card
Video card
Explanation:
monitor
printer
headphones
computer speakers
projector
GPS
sound card
video card
hope it helps you
plese follow me
In which type of network will a problem with one computer crash the network?
mesh
ring
star
bus
Answer:
Probably a mesh since they daisy chain off one another. If one in the middle crashes, there is a disconnect of all the ones following it.
Answer:
bus + ring
Explanation:
edge 2021 :)
Social media marketing began in the mid
1970s
1980s
1990s
2000s
Answer:
1990's i think
Explanation:
Five Star Retro Video rents VHS tapes and DVDs to the same connoisseurs who like to buy LP record albums. The store rents new videos for $3.00 a night, and oldies for $2.00 a night.Write a program that the clerks at Five Star Retro Video can use to calculate the total charge for a customer’s video rentals.
Answer:
The total cost is $13.0
Explanation:
Five Star Retro Video rents VHS tapes and DVDs to the same connoisseurs who like to buy LP record albums. The store rents new videos for $3.00 a night, and oldies for $2.00 a night.
Write a program that the clerks at Five Star Retro Video can use to calculate the total charge for a customer's video rentals.
The program should prompt the user for the number of each type of video and output the total cost.
Do you think it’s better for a young designer to use free, open-source art programs or to pay for commercial programs? Explain your answer, but come up with at least one counterargument that forces you to defend your position when you explain why you think one option is better than the other.
Answer:
I think that if you are starting you should use a free, open-source art program. Because starting up with alot of things like this is hard with no money but the resources that we have could help with that. That's why I think the free one is better than paying, especially monthly pay.
Explanation:
The power relationship on a transformer states that O Power in = power out + loss O Power in = 1/2 power out (Power in = 2 x power out O All of the above None of the above
Answer:
D
Explanation:
The power relationship on a transformer states that Power in = power out + loss.
What relationship does input and output power have in a transformer?The ratio between output voltage and input voltage exists the exact as the ratio of the number of turns between the two windings
The efficiency of a transformer exists reflected in power (wattage) loss between the primary (input) and secondary (output) windings. Then the consequent efficiency of a transformer stands equivalent to the ratio of the power output of the secondary winding, PS to the power input of the primary winding, PP and exists thus high.
Therefore, the correct answer is option A) Power in = power out + loss.
To learn more about power
https://brainly.com/question/13787582
#SPJ2
what time is spellrd the same forwards and backwards
Boolean, integer, string, and float are examples of:
constants.
recursions.
loops.
variables.
Answer:
variables
Explanation:
41. Which is NOT a valid statement to initialize a variable?
a. int =100;
b. long population=15000;
C. char n[]="Hello word";
d. const int N=100;
I think its c I hope I'm not wrong about this If I am I'm sorry
The tool chest for programmers is also known as the CPU.
True or False?
Explanation:
I would say yes, but I'm not sure
Consider the following class designed to store weather statistics at a particular date and time:
public class WeatherSnapshot
{
private int tempInFahrenheit;
private int humidity; // value of 56 means 56% humidity
private int dewPoint; // in degrees Fahrenheit
private String date; // stores the date as a String
private int time; // in military time, such as 1430 = 2:30 pm
private boolean cloudy; // true if 25% or more of the sky is covered
// constructor not shown, but it initializes all instance variables
// postcondition: returns temperature
public int getTemp()
{
return tempInFahrenheit;
}
// postcondition: returns date
public String getDate()
{
return date;
}
// postcondition: returns true if precipitation is likely; false otherwise
public boolean precipitationLikely()
{
// implementation not shown
}
// other methods not shown
}
Suppose a WeatherSnapshot object named currentWeather has been correctly instantiated in a client class. Which of the following will correctly call the precipitationLikely method?
A. boolean couldRain = precipitationLikely();
B. boolean couldRain = currentWeather.precipitationLikely();
C. boolean couldRain = currentWeather.precipitationLikely(true);
D. double percentChanceOfRain = precipitationLikely();
E. double percentChanceOfRain = currentWeather.precipitationLikely();
Answer:
The answer is "Option b".
Explanation:
In this question, It took the boolean parameter, which may use the couldRain as the precipitationLikely precipitation method as the boolean variable because the precipitationLikely is not a static type, and it can name this method utilizing object is called currentWeather, that's why the choice b is correct.
Assuming dataFile is an ofstream object associated with a disk file named payroll.dat, which of the following statements would write the value of the salary variable to the file
A) cout <
B) ofstream
C) dataFile << salary;
D) payroll.dat <
Answer:
dataFile << salary;
Explanation:
To write salary to a file (payroll.dat) using ofstream, you make use of the following instruction:
ofstream dataFile;
myfile.open ("payroll.dat");
myfile <<salary;
myfile.close();
This line creates an instance of ofstream
ofstream dataFile;
This line opens the file payroll.dat
myfile.open ("payroll.dat");
This is where the exact instruction in the question is done. This writes the value of salary to payroll.dat
myfile <<salary;
This closes the opened file
myfile.close();
The Circle and CircleTester have been created, but they have errors. The public and private settings for variables and methods are not all correct.
Your job is to go through and fix them. You will need to make edits in both files to get them working correctly, but once complete, your output should match the output below.
Sample Output:
Circle with a radius of 5.0
The diameter is 10.0
The perimeter is 31.41592653589793
CIRCLE.JAVA
public class Circle {
public double radius;
private Circle(double myRadius) {
radius = myRadius;
private void setRadius(int myRadius){
radius = myRadius;
}
private double getDiameter() {
return radius*2;
}
public double getRadius() {
return radius;
}
private double getPerimeter() {
return Math.PI*getDiameter();
}
private String toString() {
return "Circle with a radius of " + radius;
}
}
CIRCLE TESTER.JAVA
public class CircleTester {
public static void main(String[] args) {
Circle circ = new Circle(10);
circ.radius = 5;
System.out.println(circ);
System.out.println("The diameter is " + circ.getDiameter());
System.out.println("The perimeter is " + circ.getPerimeter())
}
}
Answer:
CIRCLE.JAVA
public class Circle {
private double radius;
public Circle(double myRadius) {
radius = myRadius;
private void setRadius(int myRadius){
radius = myRadius;
}
public double getDiameter() {
return radius*2;
}
public double getRadius() {
return radius;
}
public double getPerimeter() {
return Math.PI*getDiameter();
}
public String toString() {
return "Circle with a radius of " + radius;
}
}
CIRCLE TESTER.JAVA
public class CircleTester {
public static void main(String[] args) {
Circle circ = new Circle(10);
circ.radius = 5;
System.out.println(circ);
System.out.println("The diameter is " + circ.getDiameter());
System.out.println("The perimeter is " + circ.getPerimeter())
}
}
Explanation:
public class Circle {
//This could be made private or public.
//Making it private is better
private double radius;
//This is a constructor. It should be made public
//since it would most likely be used in another class
//to create an object of this class.
//Making it private means no other external class can create
//an object of this class.
//Since the tester class (CIRCLETESTER.java), as shown on line 3,
// needs to create
//an object of this class, this should be made public
public Circle(double myRadius) {
radius = myRadius;
private void setRadius(int myRadius){
radius = myRadius;
}
//This should be made public since it will be
// used in another class (CIRCLETESTER.java in this case)
public double getDiameter() {
return radius*2;
}
public double getRadius() {
return radius;
}
//This should be made public since it will be
//used in another class (CIRCLETESTER.java)
public double getPerimeter() {
return Math.PI*getDiameter();
}
//The toString() method is the string representation
//of an object and is called when there is an attempt to
//print the object. It should be made public since it will
//be used in another class (CIRCLETESTER.java)
public String toString() {
return "Circle with a radius of " + radius;
}
}
CIRCLE TESTER.JAVA
public class CircleTester {
public static void main(String[] args) {
Circle circ = new Circle(10);
circ.radius = 5;
System.out.println(circ);
System.out.println("The diameter is " + circ.getDiameter());
System.out.println("The perimeter is " + circ.getPerimeter())
}
}
12. What was the trade Howard offered to Death?
Answer:
His life
Explanation:
6.2 lesson practice
Answer:
I am guessing it would be 20
Explanation:
In the draw canvas text code the last number from the color is probably the font size.
Correct me if I'm wrong
* HELP FAST*Which Section do you need to go on in the Ribbon, to get to the button that will allow you Create a Link between text boxes?
Answer:
Insert
Explanation:
Take with a pinch of salt cuz I'm not a coder or anything, but I've got a few skillz.
Quick please, URGENT
1.Explain why the scenario below fails to meet the definition of due diligence in coding.
Situation: As you are developing an app for a small fee, you include access to many other services, such as searching the Internet.
3.A programmer must know platforms and other languages. On what "side" is Groovy?
programmer side
Web-based side
server-side
client-side
4.Give two reasons why there are more contract workers than permanent workers
5.Explain why the scenario below fails to meet the definition of an app with persona.
Situation: Jim built an app for a company in which the user navigates a Web site by clicking on links and reading written material.
6.Explain why the scenario below is not a description of an angel investor.
Situation: Ray has an idea for developing an app and finds individuals who will invest in the app. These individuals sign an agreement that they expect no money or rights in the app.
7.In an app design project, who is responsible for the SDKs?
the programmer
the developer
the senior executive
the senior staff
8.Suppose you are offered a position that focuses on writing policies, hiring staff, and focusing on the company's mission. What position are you offered?
legal executive
technology executive
resources executive
programming executive
Answer: it is the code it is wrong
Explanation:
Which of the following is not a form of technology?
A) computer
B) ketchup
C) pencil
D) umbrella
Answer:
ketchup because all of the others are objects with certain creative functions but ketchup is just K e t c h u p.
Gamification and virtual reality is the future of education . I need a speech on this topic
III. FILL-IN THE BLANK (five points each)
11. Open divided scales have scales going in
directions.
12. There are
groups of scales.
13. The open divided scales have an
unit preceding zero.
14. The triangular scale can have up to
different scales on one piece of plastic.
15. The mechanical inch is divided into
equal parts.
A Process of receiving selecting
organizing interpreting checking and
reacting to sensory stimuli or data
so as to form a meaningful and
coherent picture of the world is
Select one:
a. Attitude
b. Perception
c. Communication
d. Thinking
= Perception
Answer:
I think it’s B based on the answer choices
Explanation:
Consider the following code segment.
firstList + ["guitar", "drums", "bass"]
secondList + ["flute", "violin"]
thirdList = []
thirdList + firstList
firstList secondList
secondlist thirdList
What are the contents of secondList after the code segment is executed?
А
[]
00
["guitar", "drums", "bass"]
с
["flute", "violin"]
D
["flute", "violin", "guitar", "drums", "bass"]
Answer:
[tex]secondList = ["guitar", "drums", "bass"][/tex]
Explanation:
At the third line of the code segment:
An empty list thirdList is created
At the fourth line of the code segment:
The content of firstList is passed into thirdList
i.e. [tex]thirdList = ["guitar", "drums", "bass"][/tex]
At the fifth line of the code segment:
The content of secondList is passed into firstList
i.e. [tex]firstList = ["flute", "violin"][/tex]
At the fifth line of the code segment:
The content of thirdList is passed into secondList
i.e. [tex]secondList = ["guitar", "drums", "bass"][/tex]
Conside following prototype of a function
int minArray(int [], int );
Which of the option is correct way of function CALL assuming following arraydeclaration
int x[5] = {7,4,6,2,3};*
a) minArray(x,5);
b) minArray(x[],10);
c) minArray(x[5],5);
d) minArray(5,x);
Answer:
The answer is "Option a"
Explanation:
Following are the code to this question:
#include <stdio.h>//header file
int minArray(int x[], int n)//defining method minArray that accepts two parameters
{
for(int i=0;i<n;i++)//defining loop for print value
{
printf("%d\n",x[i]);//printf array value
}
}
int main()//defining main method
{
int x[] ={7,4,6,2,3};//defining array that hold values
int n=5;//defining integer variable
minArray(x,5);//calling method minArray
return 0;
}
In this code, a method "minArray" is defined, that accepts two parameters array and an integer variable in its parameter, and in the next step, the for loop is declared, that uses the print method to prints its value.
In the next step, the main method is declared, which declared an array and holds its values and defines an integer variables, and calls the method "minArray".
Lesson 3 - Calling All Operators
Exit
37 of 42
Test
Reset
order
75
do
create variable amount ToCoupon
75 +
order
print
"To receive a coupon, you will need to spend $ >
amount ToCoupon
print
Code
Check the customer's order amount. If it is less than $75, determine how much more
needs to be spent to reach $75 and give the customer that information.
< PREV
Answer:
.m
Explanation:
Finish the program to compute how many gallons of paint are needed to cover the given square feet of walls. Assume 1 gallon can cover 350.0 square feet. So gallons = the square feet divided by 350.0. If the input is 250.0, the output should be:
0.714285714286
Answer:
gallons_paint = wall_area / 350.0
Explanation:
So gallons = the square feet divided by 350.0:
So gallons = gallons_paint
the square feet = wall_area
then divide by 350.0
the whole thing:
wall_area = float(input())
# Assign gallons_paint below
gallons_paint = wall_area / 350.0
print(gallons_paint)
The program to compute how many gallons of paints are needed to cover the given square feet's of walls is as follows:
def square_feet_to_gallons(area):
gallons = area / 350
return gallons
print(square_feet_to_gallons(250))
1 gallon covers 350 square feet.
Therefore, gallons = area / 350
The user inputs is the area in square feet. Then the output should be the number of gallons.
The code explanation python.We declared a function named square_feet_to_gallons and the argument is area.
Then we declared a variable and assigned the mathematical operation area/350 to it.
Then we return the gallons.
Finally, we call the function with a print statement.
learn more on programming here:https://brainly.com/question/14469650?referrer=searchResults