Reference no: EM13312632
Problem 1:
Write a program that prompts the user for a measurement in meters, and then converts it in to miles, feet, and inches.
Problem 2:
Write a program that reads in an integer, and breaks it into a sequence of individual digits. For example, the input 16384 is displayed as
1 6 3 8 4
You may assume that the input has no more than five digits and is not negative.
Problem 3:
Write a program that asks the user to input:
• The number of gallons of gas in the tank
• The fuel efficiency in miles per gallon
• The price of gas per gallon
Then print the cost per 100 miles and how far the car can go with the gas in the car.
Problem 4:
Writing your name in large letters using strings. (My name is SYED) A large letter H can be produced like this:
* *
* *
*****
* *
* *
It can be declared as a string literal like this:
Final string LETTER_H = "* *\n* *\n*****\n* *\n* *";
(The \n escape sequence denotes a "newline" character that causes subsequent characters to be printed on a new line.) Do the same for the letters in your name (S, Y, E, D) would be the letters I need to write my name SYED). Then write your name in large letters with each letter on a new line, like this:
S
Y
E
D
Visit the hunt library and conduct an article research
: Visit the Hunt Library and conduct an article research regarding an aspect or item associated with SMS. Summarize the article, explain and correlate the relevancy of the article to the module
|
Define what value do you get for e using the nernst equation
: What value do you get for E using the Nernst Equation? The equation is E standard = -RT/nFln[1/Cu]. The values to plug in are E = 0.340 - (8.314*298)/(2*96500)ln[1/0.10]. I calculated E = 0.31044 V. Is this correct. Any help appreciated
|
How many forces are acting on the block
: A 2.05-kg block is on a plane at 19 degrees with respect to the horizontal. The coefficent of static friction between the block and the plan is 0.80. How many forces are acting on the block
|
Suppose changes in bank regulations expand the availability
: Suppose changes in bank regulations expand the availability of credit cards so that people need to hold less cash.a. How does this event affect the demand for money?
|
Write a program that reads in an integer
: Write a program that prompts the user for a measurement in meters, and then converts it in to miles, feet, and inches.
|
Determine the additional tension in each wire
: The rigid bar AD is supported by two steel wires of (1/16)" diameter (E=29x10^6 psi) and a pin and bracket at D. Knowing that the wires were initially taut, determine (a) the additional tension in each wire when a 120-lb load P is applied at B
|
Explain the dissolution process completely stops
: When a solute reaches its solubility limit in a solvent, the dissolution process completely stops. When a solute has large solubility in a solvent, the two compounds are miscible to each other.
|
Estimate the capacitance of this human capacitor
: You and a close friend stand facing each other. You are as close as you can get without actually touching. If a wire is attached to each of you, estimate the capacitance of this "human capacitor
|
Depict every stereoisomer for 1-bromo-2-chloro-1
: Draw every stereoisomer for 1-bromo-2-chloro-1,2-difluorocyclopentane. Use wedge-and-dash bonds for the substituent groups, and be sure that they are drawn on the outside of the ring, adjacent to each other
|