Computer Science, asked by deblinabose73421, 7 months ago

Question 11:

import java.util.*;
class Pay
{
public static void main(String args[])
{
Scanner sc = new Scanner (System.in);
System.out.println("He works for 25 days and is absent for 5 days");
int sal = 350*25 -(30*5);
System.out.println("Salary: "+sal);
}
} plzz tell the VDT​

Answers

Answered by AKR369
0

Answer: sorry i want to help you ,  but i did understand your language

Explanation:

Similar questions