COS 1512 ASSIGNMENT 1

Johns Hopkins University

Here are the best resources to pass COS 1512 ASSIGNMENT 1. Find COS 1512 ASSIGNMENT 1 study guides, notes, assignments, and much more.

All 1 results

Sort by

COS 1512 ASSIGNMENT 1
  • COS 1512 ASSIGNMENT 1

  • Exam (elaborations) • 5 pages • 2021
  • Question 1 //Calculate tuition fees based on number of new modules //and the number of repeat modules #include <iostream> using namespace std; int calcFees (int numberOfNewModules, float nModFee) { return (numberOfNewModules * nModFee); } int calcFees (int numberOfNewModules, float newModFee, int numberOfRepeatModules, float repeatModFee) { return (numberOfNewModules * newModFee + numberOfRepeatModules * repeatModFee); } int main() { int numberOfRepeatModules, numberOfNe...
    (0)
  • $3.49
  • + learn more