Обсуждения
Freelancer or employee
16 голосов
30 ответовfreelancer or employee ??
11 голосов
22 ответовProblem solving in java
1 голос
27 ответовCheck employee code if it is valid
0 голосов
1 ответ#include <iostream>
using namespace std;
class employee
int main()
{
private:
double salary;
public:
void getsalary(double sal)
{
salary=sal;
}
void display()
{
cout<<"the salary:"<<salary;
}
};
void main ()
{
employee programmer;
employee manager;
manager.getsalary (60000.0);
programmer.getsalary(40000.0);
manager.display();
programmer.display();
return 0;
}
1 голос
5 ответовАктуальное сегодня
Hi help me I am new
1 Votes
How do I solve all test cases for popsicles problem?https://www.sololearn.com/coach/3?ref=app
0 Votes
Where can I learn c#
0 Votes
Question to sololearn
1 Votes
What should i do
0 Votes
Backend Hosting Service
0 Votes