1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
erica [24]
4 years ago
8

Draw a flow chart that accepts mass and volume as input from the user. The flow chart should compute and display the density of

the liquid.( Note: density = mass/volume ).​

Computers and Technology
1 answer:
TiliK225 [7]4 years ago
6 0

Answer:

See attachment for flowchart

Explanation:

The flowchart is represented by the following algorithm:

1. Start

2. Input Mass

3. Input Volume

4 Density = Mass/Volume

5. Print Density

6. Stop

The flowchart is explained by the algorithm above.

It starts by accepting input for Mass

Then it accepts input for Volume

Step 4 of the flowchart/algorithm calculated the Density using the following formula: Density = Mass/Volume

Step 5 prints the calculated Density

The flowchart stops execution afterwards

Note that the flowchart assumes that the user input is of number type (integer, float, double, etc.)

You might be interested in
Explain briefly about two online reservation system
Rus_ich [418]

Answer:

An Online Reservation System is a software you can use for managing reservations for your service. ... Basically, an online reservation system allows a potential customer to book and pay for a service directly through a website.

Explanation:

An Online Reservation System is a software you can use for managing reservations for your service. Be it a pool, fitness center, gym, yoga studio, or a parks & recreation center an Online Reservation System allows all kinds of service businesses to accept bookings and appointments online and manage their phone and in-person bookings with ease.

Basically, an online reservation system allows a potential customer to book and pay for a service directly through a website. That means from the moment a customer decides they want to book a slot for your service (be it an in-house class or online appointment) to choosing a date, picking a time, and paying for the booking, membership management, everything is handled online! It greatly reduces the workload on your staff and removes the opportunity for double-bookings.

hope it helps

3 0
3 years ago
Read 2 more answers
A cast is required in which of the following situations? a. using charAt to take an element of a String and store it in a char b
notka56 [123]

Answer:

Option(d) i.e "storing a float in an int" is the correct answer for the given question.

Explanation:

  • Typecast is used for the changing the one datatype to the another datatype Their are two types of casting  

1 implicit

In this typecast we change the smaller datatype into the larger datatype.

For example

int to float  

2 Explicit  

In this typecast we change the larger datatype into the smaller datatype in an explicit manner.

For example

float to int.

  • in the given question we required the casting in the option(d) i.e "storing float in an int" That's why this option is correct and all other options are incorrect.
3 0
4 years ago
What certification is provided by an APMG-International
White raven [17]

Answer:

The answer is "Agile".

Explanation:

Agile is a kind of cooperation among inter-functional, autonomous teams to recognize needs and solutions, that provides you development, economic growth, and delivery and facilitates a time-based, adaptive approach, that makes for a fast and efficient reaction to change.

  • APM Group also use for an International body specializing in human, corporate and electronic accreditation and evaluation and testing schemes.
  • It was founded in 1990 and works daily continuously through two decades, and because of some reason, this certification is also known as Agile.
6 0
4 years ago
Will give brainleist if right
8090 [49]

Explanation:

8. false

9. red

10. false

hope it helps!

6 0
3 years ago
Write a C program to implement a command called ​displaycontent ​that takes a (text) file name as argument and display its conte
Zanzabum

Answer:

/*

Student: Hugo Meza

Date: February 15, 2019

Description: This program mimic the cat command from Linux. Checks whether the source file

has the right permissions, and then writes in the console its content.

*/

#include <stdio.h>

#include <fcntl.h>

#include <unistd.h>

#include <errno.h>

int hasPermission(char *filepath){

int returnval;

// Check file existence

returnval = access (filepath, F_OK);

if(errno == ENOENT){

printf ("%s does not exist\n", filepath);

return 0;

}

else if (errno == EACCES){

printf ("%s is not accessible\n", filepath);

return 0;

}

// Check read access

returnval = access (filepath, R_OK);

if(errno == ENOENT){

printf ("%s does not have read access\n", filepath);

return 0;

}

else if (errno == EACCES){

printf ("%s is not accessible\n",filepath);

return 0;

}

// Check write access

returnval = access (filepath, W_OK);

if(errno == ENOENT){

printf ("%s does not have read access\n", filepath);

return 0;

}

else if (errno == EACCES){

printf ("%s is not accessible\n",filepath);

return 0;

}

return 1;

}

int main(int argc, char* argv[]){

if(!argv[1]){

printf("Error. Specify file to open\n");

return 0;

}

int fd;

char *fp = argv[1], content[fd];

if(hasPermission(fp) == 0)

return 1;

fd = open(fp, O_RDONLY);

int bytes = read(fd,content,sizeof(content)-1);

write(1, content, bytes);

close(fd);

return 0;

}

Explanation:

7 0
3 years ago
Other questions:
  • A speech why friends are important 2 min​
    11·1 answer
  • A user has called the company help desk to inform them that their Wi-Fi enabled mobile device has been stolen. A support ticket
    13·1 answer
  • Write the one Sale method of the GroceryStore class. Method oneSale has one parameter: the name of one product (that a customer
    12·1 answer
  • In PowerPoint, Jake wants to change the slide background to a photo on his computer. He is walking through a tutorial given to h
    7·1 answer
  • In dynamic programming, the technique of storing the previously calculated values is called A. Saving value property B. Storing
    7·1 answer
  • is a measurement that quantifies how much information can be transmitted over the network. A. Memory B. DMZ C. Bandwidth D. Clou
    10·1 answer
  • What does a GPA show
    14·2 answers
  • Three reasons why users attach speakers to their computers.
    11·1 answer
  • 8. Write the examples of freeware and Shareware softwares ?
    5·1 answer
  • The process of specifying that certain rows be displayed in the results of a query is known as selection. ______________________
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!