Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
Write a program that defines a template function named add(). This function takes two arguments, add two variables and then return the sum. In main function, define two variables of type int, two variables of type float and two objects of type ‘String’. Now call the add() function three times …
[code=cplusplus] // kindly complete this code // date class with set methods to set the day, month and year # include <iostream> using namespace std; # include <cstring> class Time // defining the date class { public: // interface of the class void display (); // to display the date …
The End.
younas khan