Answer to Question #304294 in C++ for Brhooom

Question #304294

A student spends a majority of his weekend playing and watching 

sports, thereby tiring him out and leading him to oversleep and often 

miss his Monday 8 AM math class. Suppose that the tuition per semes-

ter is $25,000 and the average semester consists of 15 units. If the math 

class meets three days a week, one hour each day for 15 weeks, and is a 

four-unit course, how much does each hour of math class cost the stu-

dent? Design an algorithm that computes the cost of each math class


1
Expert's answer
2022-03-02T01:16:33-0500
double calc(int n) {
  return (2500 / 15 * 3 * 15);
}

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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog