Answer:
import java.util.*;
public class Main {
public static void main(String[] args)
{
Scanner scan = new Scanner();
double budget=0, num=0, total=0;
System.out.println("Your budget for the month? ");
budget=scan.nextDouble();
System.out.println("enter all expense, and after that type -9999 to quit: ");
while(num != -9999)
{
total+=num;
num=scan.nextDouble();
}
if(total<=budget)
{
System.out.println("under budget by ");
System.out.println(budget-total);
}
else
{
System.out.println("over budget by ");
System.out.println(total-budget);
}
}
}
Explanation:
- Take the budget as an input from user and store it to the budget variable.
- Loop until user has entered all his expenses and keep on adding them to the total variable.
- Check If the total is less than or equal to budget or otherwise, and then print the relevant message accordingly.
Answer: Transceivers
Explanation:
Wireless network adapters differ from regular network adapters because they contain transceivers as, the transceiver is that portion of the network interface which transmitted the data by concerting digital data into the digital signals in the medium. Basically, the network adapter are responsible for connected the host in the network medium and also convert the binary form data.Transceiver signal are basically depends upon the type of the network.
The organization’s social responsibilities to its key stakeholders, the environment, and the community are:
- The issue of Organizational governance.
- The issue of Human rights.
- The issue of Labor practices.
- The issue of Environment.
- The issue of Fair operating practices.
- The issue of Consumer issues.
<h3>What is an organization's social responsibilities to the environment and the community?</h3>
Social responsibility is known to be a term that is often used in businesses, and it is often used in line with the maximizing of shareholder value.
Note that this is one that entails that firms should act in a manner that is said to often benefits society. Socially responsible companies should use policies that tend to boast or promote the well-being of society and that of the environment.
Therefore, The organization’s social responsibilities to its key stakeholders, the environment, and the community are:
- The issue of Organizational governance.
- The issue of Human rights.
- The issue of Labor practices.
- The issue of Environment.
- The issue of Fair operating practices.
- The issue of Consumer issues.
Learn more about social responsibilities from
brainly.com/question/12951431
#SPJ1
The client will attempt to renew halfway through the time of the lease.
Answer:
DOS: Disk Operating System. DOS was the computer operating system used in the early days of computing and was extended to PC-DOS by Bill Gates when Microsoft was asked by IBM to develop an operating system for the IBM personal computers.
Microsoft Windows. Microsoft Windows is likely the most well-known and common computer operating system in the world today.