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
Nadusha1986 [10]
1 year ago
15

Q6. Ask for two numbers. If the first one is larger than the second, display the second number first and then the first number,

otherwise show the first number first and then the second.
Engineering
1 answer:
Shalnov [3]1 year ago
6 0

Answer:

Number1 = input("Choose a number: )

Number2 = input("Choose a second number: )

if number1 > number2:

print(number2\nnumber1)

else:

print(number1\nnumber2)

Explanation:

I'm assuming that you want it in python.

You might be interested in
Problem 3: Soil Classification using the AASHTO and USCS Systems
nataly862011 [7]

<u>Solution:</u>

Given\\                   \(\quad W=3000 Ib , \quad m=\frac{W}{g}=\frac{3000}{322} \ slug =93.1677 slug\)\\K_{e q}=2160 lbs / wp =2100 \frac{ lbs }{10} \frac{ x 12}{1 ft }=(2160 \times 12) lb / ft$$

a) The natural frequency

\begin{aligned}&\left(\omega_{n}\right)=\sqrt{\frac{K_{e q}}{m}}\\&=\sqrt{\frac{2160 \times 12}{93.1677}}\\&\omega_{n}=16.68 \text { rad } | s\\&\omega_{n}=\frac{2 \pi}{T}\\&16.68=\frac{2 \pi}{T}\\&T=0.3767 s\end{aligned}

b)

Given, \(t=10 s , \quad y(t)=6 in = A\)\\\(y(t)=A \cos \left(\omega_{n} t+\phi\right) \rightarrow 0\)\\\(6=6 \cos (16.68 \times 10+\phi)\)\\\(1=\cos (166.8+\phi)\)\\\(166.8+\phi=0\)\\\phi=-166.8\)\\At \(t=0, \quad y(0)=6 \cos (16.68 \times 0-166.8)\) {y(0)}=-5.74 in

5 0
2 years ago
A 13.7g sample of a compound exerts a pressure of 2.01atm in a 0.750L flask at 399K. What is the molar mass of the compound?a. 3
Katarina [22]

Answer: Option D) 298 g/mol  is the correct answer

Explanation:

Given that;

Mass of sample m = 13.7 g

pressure P = 2.01 atm

Volume V = 0.750 L

Temperature T = 399 K

Now taking a look at the ideal gas equation

PV = nRT

we solve for n

n = PV/RT

now we substitute

n = (2.01 atm x 0.750 L) / (0.0821 L-atm/mol-K x 399 K )

= 1.5075 / 32.7579

= 0.04601 mol

we know that

molar mass of the compound = mass / moles

so

Molar Mass = 13.7 g / 0.04601 mol

= 297.7 g/mol  ≈ 298 g/mol

Therefore Option D) 298 g/mol  is the correct answer

4 0
3 years ago
Need help please????????!!!!!!
Alekssandra [29.7K]

Answer A the more traing the more you will know

Explanation:

4 0
3 years ago
a metal rod 24mm diameter and 2m long is subjected to an axial pull of 40 kN. If the rod is 0.5mm, then find the stress-induced
ozzi

Answer:

i dont know but i will take the points tho hahah

Explanation:

8 0
2 years ago
Write a program to input 6 numbers. After each number is input, print the biggest of the numbers entered so far.
likoan [24]

Answer:

P<u>rogram:</u>

# Enter Numbers #

number1 = int(input("Enter number: " ))

print("Largest: " + string(number1))

#for num 2 #

number2 = int(input("Enter a number: "))

if number2 > number1:

 print("Largest: " + string(number2))

else:

 print("Largest: " + string(num1))

#for num 3 #

number3 = int(input("Enter a number: "))

print("Largest: " + string(max(number1, number2, number3)))  

#for num 4 #

number4 = int(input("Enter a number: "))

print("Largest: " + string(max(number1, number2, number3, number4)))

#for num 5 #

number5 = int(input("Enter a number: "))

print("Largest: " + string(max(number1, number2, number3, number4, number5)))

#for num 6 #

number6 = int(input("Enter a number: "))

print("Largest: " + string(max(number1, number2, number3, number4, number5, number6)))        

# END #

4 0
3 years ago
Other questions:
  • To unload a bound stack of plywood from a truck, the driver first tilts the bed of the truck and then accelerates from rest. Kno
    7·1 answer
  • Which of the following should NOT be included in an emergency kit?
    13·2 answers
  • There are 30 students in a class. Choose the statement that best explains why at least two students have last names that begin w
    12·1 answer
  • Water is pumped from a lower reservoir to a higher reservoir by a pump that provides 20 kW of shaft power. The free surface of t
    14·1 answer
  • A 10-mm steel drill rod was heat-treated and ground. The measured hardness was found to be 290 Brinell. Estimate the endurance s
    14·1 answer
  • You are preparing to work with Chemical A. You open the appropriate storage cabinet, and notice Chemical B, as well as Chemical
    9·1 answer
  • 4. What are the basic scientific principles the engineers who designed the digital scales would have needed to understand to des
    5·1 answer
  • i need jacket for my daughter who will be going on a girls scouts camping trip it cannot be bulky because she is limited to one
    8·2 answers
  • Discuss the ethics of the circumstances that resulted in the Columbia shuttle disaster. Considering the predictions that were ma
    5·1 answer
  • Who is???????????????????
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!