Homework Answers

Math 51397 50414
Physics 44335 44333
Chemistry 40988 40988
Economics 30646 30644
Programming & Computer Science 26878 26876
English 10084 10084
Biology 8111 8109
Management 6239 6239
Engineering 6056 6056
History 3490 3489
Psychology 2129 2129
Sociology 1858 1858
Geography 1574 1574
Marketing 1443 1443
Philosophy 1001 1001
Political Science 892 891
Law 876 876
French 438 438
Other 199 199

Questions: 238 634

Answers by our Experts: 237 641

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 & Filtering

If you are asked to come up with a mnemonic device to easily teach the differences among the general structure of the classifications of organic compound, what will it look like?



Use Lewis structures to show how these pairs of atoms combine to form ionic compounds.



a. lithium and bromine


b. magnesium and iodine


c. sodium and nitrogen



Rank the following bonds from greatest to least polarity using electronegativity values and draw the dipole symbol applicable.



S-O


S-Cl


S-S


S-N


Solve the triangle.

A = 21°, C = 105 °, c = 5


Anhydride 2-methylhexanoic pentanoic structure


Write a program that reads in two integers and determines and prints if the first is a




multiple of the second.




a) first the program using if statements




b) then the program using if/else statements

(iv) Write a function, computePrice that receives two parameters: the first one is a character variable

indicating the size of the pizza (S, M or L) and the second an integer variable indicating the number of

toppings on the pizza. It then computes the cost of the pizza and returns the cost as a floating point

number according to the rules:

• Small pizza = R50 + R5.50 per topping

• Medium pizza = R70 + R6.50 per topping

• Large pizza = R90 + R7.50 per topping


(iii) Write a function void rectangle(int w, int h) to print an open rectangle of asterisks (*). The parameters w and h are the width and the height of the rectangle, expressed in number of asterisks.


(ii) Write a void function that receives four int parameters: the first two by value and the last two by reference. Name the formal parameters n1, n2, sum and diff. The function should calculate the sum of the two parameters passed by value and then store the result in the first variable passed by reference. It should calculate the difference between the two parameters passed by value and then store the result in the second parameter passed by reference. When calculating the difference, subtract the larger value from the smaller value. Name the function calcSumAndDiff.


(i) Write a function that returns the cube of the integer passed to it. For example cube(2) will

return 8 and

cube(3) will return 27.



LATEST TUTORIALS
APPROVED BY CLIENTS