0
Practice
Š§ŃŠ¾ Š½Šµ ŃŠ°Šŗ Š² ŠŗŠ¾Š“Šµ ? https://code.sololearn.com/cJThALvob2tR/?ref=app
1 Answer
+ 2
static int CalculateTotalSalary(int salary1, int salary2){
return salary1 + salary2;
}
Š§ŃŠ¾ Š½Šµ ŃŠ°Šŗ Š² ŠŗŠ¾Š“Šµ ? https://code.sololearn.com/cJThALvob2tR/?ref=app