blob: 01fc8c52f0cbe30355d010c41d980823ace8acbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Input the employee salary: 500.50
Input the years the employee has worked: 10
The employee has worked for 10 and as a result their new salary will be: $550.55, and they will recive a bonus of: $2500.
C:\Users\jakno\source\repos\CST116\cst116-lab4-JacobAKnox\7b\9.4Exercise\Debug\9.4Exercise.exe (process 7616) exited with code 0.
Press any key to close this window . . .
Input the employee salary: 100
Input the years the employee has worked: 7
The employee has worked for 7 and as a result their new salary will be: $105, and they will recive a bonus of: $1500.
C:\Users\jakno\source\repos\CST116\cst116-lab4-JacobAKnox\7b\9.4Exercise\Debug\9.4Exercise.exe (process 4072) exited with code 0.
Press any key to close this window . . .
Input the employee salary: 100
Input the years the employee has worked: 3
The employee has worked for 3 and as a result their new salary will be: $102, and they will recive a bonus of: $500.
C:\Users\jakno\source\repos\CST116\cst116-lab4-JacobAKnox\7b\9.4Exercise\Debug\9.4Exercise.exe (process 18760) exited with code 0.
Press any key to close this window . . .
|