COS 1512 ASSIGNMENT 1
Johns Hopkins University
All 1 results
Sort by
-
COS 1512 ASSIGNMENT 1
- Exam (elaborations) • 5 pages • 2021
-
- $3.49
- + learn more
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...
And that's how you make extra money
Did you know that on average a seller on Stuvia earns $82 per month selling study resources? Hmm, hint, hint. Discover all about earning on Stuvia