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
deff fn [24]
3 years ago
15

Clarifying the issues of a problem is the _____ step in the problem solving process.

Engineering
1 answer:
ratelena [41]3 years ago
7 0
The answer is 2nd Step because the first step is to define the problem and third is to define your goals
You might be interested in
HELP PLEASE!!!!
DaniilM [7]

Answer:

DESCULPA MAS EU NÃO ENTENDI

8 0
3 years ago
Question # 5
spayn [35]

The statement which best characterizes the relationship between a general contractor and a construction manager is that; A construction manager subcontracts a general contractor to perform <em>work</em>.

A construction project manager is saddled with the responsibility of overseeing the planning and delivery of construction projects.

  • In essence, they ensure that work is completed on time and within budget. Other functions include organising logistics, delegation of work and tracking of spending.

A general contractor otherwise known as the prime contractor is responsible for the day-to-day oversight of a construction site,<em> employment of labour, management of vendors and trades, and most importantly, the communication of information to all involved parties throughout the course of a building project.</em>

  • <em>Ultimately</em><em>,</em><em> </em><em>the </em><em>relationship</em><em> </em><em>between</em><em> </em><em>a </em><em>general contractor and a construction manager is that; A construction manager subcontracts a general contractor to perform work.</em>

<em>Read </em><em>more</em><em>:</em>

<em>brainly.com/question/17157892</em>

3 0
3 years ago
Your Java program will be reading input from a file name strInput.txt. Each record contains String firstname String lastName Str
stiks02 [169]

Answer:

The program requires that you have the specified input files and it reads from each file at a time and processes salary in digits, states the city, state and bonus with respective first and last name as requested in the question. Note that you must have access to the mentioned output files for the program to work properly. Below is the java version of the program.

import java.io.File;

import java.io.FileNotFoundException;

import java.io.PrintWriter;

import java.util.Scanner;

class Driver

{

public static void main(String[] args) throws FileNotFoundException

{

Scanner sc = new Scanner(new File("strInput.txt"));

PrintWriter pd = new PrintWriter(new File("strOutputD"));

PrintWriter prf = new PrintWriter(new File("strOutputRF"));

String firstname = "", lastname = "", strSalary = "", status = "", cityState = "", city = "", state = "";

double salary = 0, bonus = 0;

int incorrectRecords = 0;

int dRecords = 0;

int fRecords = 0;

while(sc.hasNextLine())

{

firstname = sc.next();

lastname = sc.next();

strSalary = sc.next();

status = sc.next();

cityState = sc.next();

if(!status.equals("D") && !status.equals("F"))

{

System.out.println("Records is neither D nor F. Skipping this...");

incorrectRecords++;

continue;

}

else if(status.equals("D") || status.equals("F"))

{

char c = ' ';

int i = 0;

for(i=0; i<strSalary.length() && c != '.'; i++)

{

c = strSalary.charAt(i);

if(!Character.isDigit(c))

{

System.out.println("Char at position " + (i+1) + " in salary is not a digit");

incorrectRecords++;

continue;

}

}

if(c == '.')

{

if(i+1 == strSalary.length()-1)

{

if(!Character.isDigit(strSalary.charAt(i)))

{

System.out.println("Char at position " + (i+1) + " in salary is not a digit");

incorrectRecords++;

continue;

}

if(!Character.isDigit(strSalary.charAt(i+1)))

{

System.out.println("Char at position " + (i+1+1) + " in salary is not a digit");

incorrectRecords++;

continue;

}

}

else

{

System.out.println("Period is in the wrong position. Expected at " + (strSalary.length()-3) + " but found at " + (i+1));

continue;

}

}

city = cityState.split(",")[0];

state = cityState.split(",")[1];

salary = Double.parseDouble(strSalary);

if(status.equals("D"))

{

bonus = salary * 0.125;

dRecords++;

pd.write(firstname + " " + lastname + " " + status + " " + salary + " " + bonus + " " + city + " " + state);

}

else

{

bonus = salary * 0.18;

fRecords++;

prf.write(firstname + " " + lastname + " " + status + " " + salary + " " + bonus + " " + city + " " + state);

}

}

}

System.out.println("No of D records : " + dRecords);

System.out.println("No of F records : " + fRecords);

System.out.println("No of incorrect records : " + incorrectRecords);

}

}

6 0
3 years ago
At an axial load of 22 kN, a 15-mm-thick × 40-mm-wide polyimide polymer bar elongates 4.1 mm while the bar width contracts 0.15
Alenkasestr [34]

Answer:

The Poisson's Ratio of the bar is 0.247

Explanation:

The Poisson's ratio is got by using the formula

Lateral strain / longitudinal strain

Lateral strain = elongation / original width (since we are given the change in width as a result of compession)

Lateral strain = 0.15mm / 40 mm =0.00375

Please note that strain is a dimensionless quantity, hence it has no unit.

The Longitudinal strain is the ratio of the elongation to the original length in the longitudinal direction.

Longitudinal strain = 4.1 mm / 270 mm = 0.015185

Hence, the Poisson's ratio of the bar is 0.00375/0.015185 = 0.247

The Poisson's Ratio of the bar is 0.247

Please note also that this quantity also does not have a dimension

3 0
3 years ago
Do you think for security reasons everything that happens on the internet should be analyzed by the public security services ?
givi [52]

Answer: yes

Explanation: People post bad things that i think should get taken down i was on an app the other day and people were posting bad things

8 0
3 years ago
Other questions:
  • A stainless steel ball (rho = 8055 kg/m3, cp = 480 J/kg·K) of diameter D = 0.21 m is removed from the oven at a uniform temperat
    9·2 answers
  • Consider the fully developed flow of glycerin at 40°C through a 60-m-long, 4-cm-diameter, horizontal, circular pipe. If the flow
    15·1 answer
  • A silicon carbide plate fractured in bending when a blunt load was applied to the plate center. The distance between the fractur
    11·1 answer
  • A driver on a leveltwo-lane highway observes a
    6·1 answer
  • Using only the sequential operations described in Section 2.2.2, write an algorithm that gets two values: the price for item A a
    5·1 answer
  • Water at 20◦C is pumped through 1000 ft of 0.425 ft diameter pipe at a volumetric flowrate of 1 ft3/s through a cast iron pipe t
    14·1 answer
  • The input and output signals of a system is related by the following equation: fraction numerator d squared y over denominator d
    11·1 answer
  • How to solve circuit theory using mesh analysis<br>​
    11·1 answer
  • What is the process pf distributing and selling clean fuel?​
    6·1 answer
  • There are three homes being built, each with an identical deck on the back. Each deck is comprised of two separate areas. One ar
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!