Computer Science, asked by celinec652, 29 days ago

A security man paid at the hourly rate (R) for the first 40 hours of work in a week. Thereafter, he is paid at 1.25 times of the hourly rate (R) for the next 16 hours and at 1.5 times of the hourly rate (R) for the further hours of work in the week. Taking the numbers of hours (H) and the rate per hour (R) as input, the weekly wages (W) is to be calculated. import java.util.*; class work { public static void main() { Scanner sc=new Scanner(System.in); int H= ?1?; int R=?1? ; double W = 0; if(H< = 40) ?2? else ?3? W = 40*R+(H-40)*R*1.25; else if(H>56) ?4? ?5? } } Answer ?1?​

Answers

Answered by kdark3219
0

Answer:

baaaaaakaaaaaaaaaaaaa

Answered by vermagunika89
0

Answer:

he had 1245 and he get a chance to buy a noob lamborgini

Similar questions