100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

COS1511 Assignment 02 Semester 1 & 2 2022 [UPDATED]

Rating
5,0
(1)
Sold
-
Pages
10
Grade
A+
Uploaded on
03-03-2022
Written in
2022/2023

COS1511 Assignment 2 Semester 1&2 2022. 100% TRUSTED solutions with comments. Updated solutions









Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Uploaded on
March 3, 2022
File latest updated on
May 30, 2022
Number of pages
10
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers

Content preview

COS1511 - Assignment 02 – 2022
Due date


QUESTION 1
(i) void check(int first, float second);
(ii) float mult(float first, float second;
(iii) void time(int &seconds, int &minutes, int &hours);
(iv) void countChar(char c, string s);


QUESTION 2
(i)

The function function1 consist of a cout statement and a nested function named function2. In C++ it is not allowed
to have nested functions.
To correct the error, function2 must be defined as a function and be called from function1.

#include <iostream>
using namespace std;

int function1()
{
cout << "Inside function function1 " << endl;
int y = function2();
}

int function2()
{
cout << "Inside function function2" << endl;
}

int main ()
{
int call = function1();
return 0;
}


(ii)

The function sum is declared to return a value of type integer. There is no return statement in the function. To
correct the error, add the return statement as follows:

int sum(int x, int y)



My Assignments 27682021794 www.myassignments.co.za

Reviews from verified buyers

Showing all reviews
3 year ago

Awesome content

5,0

1 reviews

5
1
4
0
3
0
2
0
1
0
Trustworthy reviews on Stuvia

All reviews are made by real Stuvia users after verified purchases.

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
MyAssignments My Assignments
View profile
Follow You need to be logged in order to follow users or courses
Sold
171
Member since
4 year
Number of followers
144
Documents
38
Last sold
4 months ago
My Assignments

3,8

21 reviews

5
11
4
3
3
2
2
1
1
4

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can immediately select a different document that better matches what you need.

Pay how you prefer, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card or EFT and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions