Обсуждения
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 ответовАктуальное сегодня
Can i code here? Or just learn?
2 Votes
Why Lazy?
1 Votes
Quiz App: Step 3, Restart Button
0 Votes
How to do a responsive page?
1 Votes
Running a python code
1 Votes
PHP
0 Votes
Ai in future
1 Votes
Hola
0 Votes