5) Make a program that receives the base salary of an employee, calculate and show your salary to receive, knowing that the employee has a bonus of $ 50 and pays 10% tax
#include <stdio.h>
int main()
{
float sal,imposto,s_final;
printf(...
asked by
19.03.2018 / 22:40