Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
![](https://s.yimg.com/ag/images/4601/27535241999_a1b08c_192sq.jpg)
nice boy
Need to create a DHCP server Client(TCP) simulation?
HI, I need to create a java program that will simulate a client connecting to a DHCP server. the Client will send its MAC Address and in return will receive an IP Address. the Server will maintain a list of IP Address allocated. IP Address are allocated for a lease time, which can be set on the server. When the lease time is over, the server will allocate another IP Address to the Client. The Ip Address is of class A and a subnet 12 is used.
Any help will be Appreciated. Thanks in advance
1 AnswerComputer Networking7 years agoscanner.nextLine is being skipped in while loop, help!!!?
so here is a snippet of my code,
public static void main(String[] args) {
String name;
String newName;
float height = 0;
float bmi = 0;
Scanner Scan = new Scanner(System.in);
int num = 1;
System.out.println("Enter name of player " + num);
name = Scan.nextLine();
while (!name.equals("done")) {
System.out.println("Enter height of player (m) " + num);
height = Scan.nextFloat();
System.out.println("Enter Body Mass Index ( BMI) of player " + num);
bmi = Scan.nextFloat();
BasketPlayer player = new BasketPlayer(name, height, bmi);
num++;
System.out.println("Enter name of player " + num);
name = Scan.nextLine();
}
just after it asks for name of the player, it skips name = Scan.nextLine();,
any help will be greatly appreciated
1 AnswerProgramming & Design8 years agoneed a web template for hotel reservation website?
So, as the title suggest, I am searching for website templates. Any web links. Thanks in Advance
6 AnswersProgramming & Design8 years agoWhat are the different disciplines that a designer has to master?
support your answer with examples
1 AnswerProgramming & Design8 years agoWhat are the different disciplines that a designer has to master?
support your answer with examples.
1 AnswerTechnology8 years agoNeed to sort data from a file in python?
So i have a file in which a horse name is stored in one line and it's marks on the following line. Depending on the number of horses, the information is repeated, i.e another horse name followed by it's marks. So, I need to display the horses name and marks in the order of the smaller mark. Please Help me out,
1 AnswerProgramming & Design9 years agoHow to calculate average of three numbers in python programming?
As the question says it, I have to calculate the average of three number from three different inputs. And output the average.
2 AnswersProgramming & Design9 years agowriting a python function?
Write a function, minValue, that takes two integer values, num1 and num2, as parameters and returns
the smaller of the two numbers. You are required to use the function minValue to find the smallest of
three values.
2 AnswersProgramming & Design9 years agoInverse of matrix 3x3?
Can someone help me
with this matrix
elimination. Row elimination only.
2 4 1
3 3 2
4 1 4
1 AnswerMathematics9 years agoInverse of matrix 3x3?
Can someone help me with this matrix elimination.
2 4 1
3 3 2
4 1 4
3 AnswersHomework Help9 years agoIs there a treatment for premature grey hair?
2 AnswersHair10 years agoIs there a treatment for premature grey hair?
1 AnswerHair10 years agoIs there a treatment for premature grey hair?
1 AnswerHair10 years agoWhy do people fall in love?
8 AnswersSingles & Dating10 years agoWhy do people fall in love?
2 AnswersSingles & Dating10 years ago