COS1512 Introduction to Programming II (COS1512)
University of South Africa
Page 2 out of 29 results
Sort by
-
COS1512/101/3/2019
- Exam (elaborations) • 92 pages • 2023
-
- R50,21
- + learn more
COS1512/101/3/2019. 100% CORRECT questions, answers, workings and explanations. Whatsapp +25479 093 7672 for assistance.
-
COS1512 Assignment 3 (COMPLETE ANSWERS) 2023 - DUE 21 August 2023
- Exam (elaborations) • 30 pages • 2023
-
- R50,21
- + learn more
COS1512 Assignment 3 (COMPLETE ANSWERS) 2023 - DUE 21 August 2023 100% TRUSTED workings, explanations and solutions. For assistance call or whatsapp us on +25477 954 0132 . 
Question 1 
Consider the following structure used to keep employee records: 
struct Employee 
{ 
string firstName; 
string lastName; 
float salary; 
} 
Turn the employee record into a class type rather than a structure type. The employee 
record class should have private member variables for all the data. Include pu...
-
COS1512 Assignment 2 (COMPLETE ANSWERS) 2023 - DUE 3 July 2023
- Exam (elaborations) • 20 pages • 2023
-
- R50,21
- + learn more
COS1512 Assignment 2 (COMPLETE ANSWERS) 2023 - DUE 3 July 2023 100% TRUSTED workings, explanations and solutions. For assistance call or whatsapp us on +25477 954 0132 . 
Question 1 
Write a program to determine the tuition fees for a student. The program should use 
two overloaded functions, each named calcFees, to determine the tuition fees for a 
student. Students who repeat a module pay a different fee for the modules which are 
repeated. The program should first ask if the student repea...
-
COS1512 Assignment 2 2023.
- Exam (elaborations) • 19 pages • 2023
-
- R44,83
- 5x sold
- + learn more
python 
Copy code 
def calcFees(num_modules_first, fee_first): 
return num_modules_first * fee_first 
def calcFees(num_modules_first, fee_first, num_modules_repeat, fee_repeat): 
total_fees = (num_modules_first * fee_first) + (num_modules_repeat * fee_repeat) 
return total_fees 
def main(): 
repeat_modules = input("Does the student repeat any modules? (yes/no): ")
-
COS1512 Assignment 2 2023 (DUE : 6 July 2023)
- Exam (elaborations) • 20 pages • 2023
- Available in package deal
-
- R48,60
- 1x sold
- + learn more
COS1512 Assignment 2 2023 (DUE : 6 July 2023) 100% TRUSTED workings, explanations and solutions. For assistance call or whatsapp us on +25477 954 0132 . 
Question 1 
Write a program to determine the tuition fees for a student. The program should use 
two overloaded functions, each named calcFees, to determine the tuition fees for a 
student. Students who repeat a module pay a different fee for the modules which are 
repeated. The program should first ask if the student repeats any modules. I...
As you read this, a fellow student has made another R85
-
COS1512 ASSIGNMENT 2 2023
- Exam (elaborations) • 20 pages • 2023
-
- R50,39
- + learn more
COS1512 Assignment 2 2023 100% TRUSTED workings, explanations and solutions. For assistance call or whatsapp us on +25477 954 0132 . 
Question 1 
Write a program to determine the tuition fees for a student. The program should use 
two overloaded functions, each named calcFees, to determine the tuition fees for a 
student. Students who repeat a module pay a different fee for the modules which are 
repeated. The program should first ask if the student repeats any modules. If the 
student repe...
-
COS1512 Exam Pack 2023
- Exam (elaborations) • 160 pages • 2023
- Available in package deal
-
- R46,62
- 2x sold
- + learn more
COS1512 Exam Pack 2023 100% TRUSTED workings, explanations and solutions. For assistance call or whatsapp us on +25477 954 0132 .
-
COS1512 Study Guide 2023
- Exam (elaborations) • 66 pages • 2023
- Available in package deal
-
- R46,62
- + learn more
COS1512 Study Guide 2023 100% TRUSTED workings, explanations and solutions. For assistance call or whatsapp us on +25477 954 0132 .
-
COS1512 Assignment 3 2023 (DUE : 21 August 2023)
- Exam (elaborations) • 30 pages • 2023
- Available in package deal
-
- R74,78
- 2x sold
- + learn more
COS1512 Assignment 3 2023 (DUE : 21 August 2023) 100% TRUSTED workings, explanations and solutions. For assistance call or whatsapp us on +25477 954 0132 . 
Question 1 
Consider the following structure used to keep employee records: 
struct Employee 
{ 
string firstName; 
string lastName; 
float salary; 
} 
Turn the employee record into a class type rather than a structure type. The employee 
record class should have private member variables for all the data. Include public 
member fun...
-
COS1512 ASSIGNMENT 3 2023
- Exam (elaborations) • 30 pages • 2023
-
- R75,49
- + learn more
COS1512 ASSIGNMENT 3 2023 100% TRUSTED workings, explanations and solutions. For assistance call or whatsapp us on +25477 954 0132 . 
Question 1 
Consider the following structure used to keep employee records: 
struct Employee 
{ 
string firstName; 
string lastName; 
float salary; 
} 
Turn the employee record into a class type rather than a structure type. The employee 
record class should have private member variables for all the data. Include public 
member functions for each of the ...
How did he do that? By selling his study notes on Stuvia. Try it yourself! Discover all about earning on Stuvia