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.
You would need to have a static ip address.
Answer:
A. You can use in place of all face-to-face communication.
Explanation:
Hope this helps
Answer: 0.1937
Explanation:
Given : A bowl contains 20 candies; 15 are chocolate and 5 are vanilla.
If we select 5 candies, then the number of ways to select them is given by permutations.
The number of ways to select 5 candies is given by :-

The number of ways of selecting any 5 candies out of 20:-

Now, the probability that all 5 are chocolate :-

Hence, the probability that all 5 are chocolate =0.1937
The likely cause of the printer printing in the wrong colors includes:
- Ink cartridges installed in the wrong spot
- leaking ink cartridges
<h3>What is a inkjet printer?</h3>
This refers to a computer peripheral that produces hard copies of a text document or photo by spraying droplets of ink onto paper.
In conclusion, the likely cause of the printer printing in the wrong colors includes ink cartridges installed in the wrong spot and leaking ink cartridges.
Read more about inkjet printer
brainly.com/question/4962501
#SPJ4