Homework Answers

Math 50414
Physics 44332
Chemistry 40988
Economics 30643
Programming & Computer Science 26876
Biology 8109
Engineering 6056

Questions answered by Experts: 207 418

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

Write a do while loop to require the user to enter two integers; the second integer must be equal to, or larger than, the first integer. Both integers must be at least 1 and not larger than 20. If they do not enter correct integers, give them error messages and make them do it again until they are correct.

After the acceptable integers have been entered, use a for loop to print a table of integers and their square roots for all integers from the first integer specified by the user to the last integer specified by the user, inclusive. Align the table and print 4 decimal positions

A sample table follows, for integers 7 to 9:

INTEGER  SQUARE ROOT
      7       2.6458
      8       2.8284
      9       3.0000
  

Test the program twice:

First test, first enter: first integer = 2, second integer = 0

and after that is rejected: first integer = 2, second integer = 4


Second test, first enter: first integer = 21, second integer = 5

and after that is rejected: first integer = 5, second integer = 5


A linear combination of two wave functions for a system is also a valid wave function. Find the normalization constant for the combination ψ = B(sin nπx L + sin πx L ) of the wave functions for the n = 1 and n = 2 states of a particle in a box L wide


9 boys and 2 girls are to be placed next to each other in the school ground for morning assembly. What is the probability that there are exactly 4 boys between the 2 girls?

In a Multiple Select Question, there are 5 options of which one or more can be correct. Let us define an event E that the option ‘A’ is correct. What is the cardinality of E?

A person predicts daily whether the price of stocks of wrist watch companies will go up or down. If his prediction on stock price of Titan is correct 4 times out of 8, for Rolex it is correct 2 times out of 4 and for Fossil it is correct 2 times out of 9, then what is the probability that at least two of his predictions are correct on a given day?

There are a total of 180 students who are part of badminton, table tennis and tennis team of the college. Of which 70% of students play table tennis, 10% play tennis and 60% play badminton. It is also noticed that all students who play tennis also play table tennis but not badminton. Now a student is selected at random, what is the probability that he/she is the part of table tennis team only?

Pramod goes to a shop to buy some clothes. Shopkeeper shows him 5 shirts, 6 pants and 13 t-shirts. If he selects three clothes at random, then find the probability that, randomly chosen clothes does not contain pant.

The chance that a student will clear the quiz-1 paper is 0.59 and the chance that he will clear both quiz-1 and quiz-2 papers is 0.17. The chance that he will clear at least one quiz paper is 0.74. What is the chance that he will clear quiz-2 paper?

Create a program named PaintingEstimate whose Main() method prompts a user for length and width of a room in feet. Create a method that accepts the values and then computes the cost of painting the room, assuming the room is rectangular and has four full walls and 9-foot ceilings. The area of one wall will be length of the wall times the height of the wall. The price of the job is $6 per square foot.



Submit the .cs file for your painting cost estimating program here. In a separate text file show the inputs you used to test your program and a "hand calculation" that verifies at least one of your inputs. Be sure to include comments in your program, including your name and a description of the program inside the program itself. Also be sure to use meaningful variable names.

  • Assignment 1.1: Employee class + get/set methods - Unlimited number of employees.
  • Assignment 1.2: Student class + get/set methods - Unlimited number of students.
LATEST TUTORIALS
APPROVED BY CLIENTS