COS1512

University of South Africa

Here are the best resources to pass COS1512. Find COS1512 study guides, notes, assignments, and much more.

All 9 results

Sort by

COS1512/101/3/2019
  • COS1512/101/3/2019

  • Exam (elaborations) • 92 pages • 2023
  • COS1512/101/3/2019. Detailed working, solutions, memo, notes & explanations.
    (0)
  • $2.70
  • + learn more
COS1512 -ASSIGNMENT 1
  • COS1512 -ASSIGNMENT 1

  • Exam (elaborations) • 11 pages • 2021
  • COS1512 -ASSIGNMENT 1 Question 1 INPUT: #include <iostream> using namespace std; void calcCharges(int daysInHospital, double dayRate, double mediCharges, double serviceCharges) { double totalCharges; totalCharges = ((daysInHospital * dayRate) + mediCharges + serviceCharges); (ios::fixed); (ios::showpoint); sion(2); cout << "The Total Charges for hospital stay is: R" << totalCharges; } int main() { int daysInHospital; double dayRate, mediCharges, se...
    (0)
  • $3.49
  • + learn more
COS1512  ASSIGNMENT 02_
  • COS1512 ASSIGNMENT 02_

  • Exam (elaborations) • 20 pages • 2021
  • Available in package deal
  • //Question 1 #include<iostream> #include<iomanip> using namespace std; //Class definition - user interface class Module { private: string moduleName; string moduleCode; string lecturer; int nrStudents; public: Module(); Module(string moduleNameP,string moduleCodeP,string lecturerP,int nrStudentsP); void setModuleName(string moduleNameP); void setModuleCode(string moduleCodeP); void setLecturer(string lecturerP); void setNrStudents(int nrStudentsP); string getModule...
    (0)
  • $3.49
  • + learn more
 COS1512 -ASSIGNMENT 2
  • COS1512 -ASSIGNMENT 2

  • Exam (elaborations) • 11 pages • 2021
  • COS1512 -ASSIGNMENT
    (0)
  • $3.49
  • + learn more
COS1512 QUESTIONS AND ANSWERS
  • COS1512 QUESTIONS AND ANSWERS

  • Exam (elaborations) • 55 pages • 2021
  • Available in package deal
  • COS1512 QUESTIONS AND ANSWERS COS1512 QUESTIONS AND ANSWERS
    (0)
  • $4.99
  • + learn more
COS1512_OCT2017_EXAM and answers
  • COS1512_OCT2017_EXAM and answers

  • Exam (elaborations) • 13 pages • 2021
  • Available in package deal
  • COS1512_OCT2017_EXAM and answers COS1512_OCT2017_EXAM and answers
    (0)
  • $3.49
  • + learn more
COS1512_EXAM_PACK
  • COS1512_EXAM_PACK

  • Exam (elaborations) • 55 pages • 2021
  • Available in package deal
  • COS1512_EXAM_PACK JUNE 2017 P2 Page 1 of 6 1 C STRINGS Error Correction If(str!=”STOP” If(strcmp(str,”STOP”); Str = “STOP” Strcpy(str,”STOP”); 2 RECURSION Void CountDown(int num) { If (num = 0) Cout << 0 << endl; Else { Cout << num << endl; CountDown(num-1); } } 3 POINTERS 3.1 The problem with this this code fragment is that the code deletes the pointer. Thereafter, the programmer is assigning the value to a pointer that doesn’t point ...
    (0)
  • $4.29
  • + learn more
COS1512_ASSIGNMENT  02
  • COS1512_ASSIGNMENT 02

  • Exam (elaborations) • 20 pages • 2021
  • COS1512_ASS02 COS1512_ASS02
    (0)
  • $3.39
  • + learn more