Here is a skeleton definition of a class:
class sample
{
int i;
char c;
float f;
}
Implement the constructor.
Please fast...
Answers
Answered by
3
Answer:
OK let's see
Explanation:
Now the code should be
#include (stdio.h)
int main
{
int I;
chat c;
float f;
}
Now implement the other half of the code
Similar questions