Computer Science, asked by Rashikhode563, 10 months ago

Write a program to compute her salary for the week based on she earn bonus

Answers

Answered by Aryansingh001
1

Answer:

what is amounts.............

Answered by chandrabatibehera83
0

Answer:

class x

{

public static void main (string arg [])

{

int salary,bonus, total salary

salary- xyz;

bonus- yz;

total salary - salary +bonus ;

system out print ( total salary);

}

}

Similar questions