Currently viewing the tag: "need"

Question: Need serious feedback on situation…?
I’m widowed, white, with1son, age 20, that my late husband and I adopted when he was an infant; fine young man and love him dearly. He is of “mixed race” (white/black)and began dating a wonderful girl about 1 yr ago. (white)The girl’s mother has real “issues” with her daughter dating my son (due to race) and kicked her out of the house several months ago. I took her in and she lives with me and my son now. She has a job and attends college part time, so does my son and both help at home. For the most part, it’s an arrangement that seems to be working well. I often “feel” for her (the girlfriend) cause her Mom hardly ever calls her,sometimes emails, but it’s usually negative contact. There’s a sister & Dad, but they don’t want to “rock the boat”, I assume, and don’t contact her much either, although they are on friendlier terms. I can see this hurts her. I don’t pry, but want to help without causing more pain;she may be my daughter-in-law some day. Any suggestions?
My son’s girlfriend did go to live with a friend after she was “removed” from her home, but that didn’t prove to be a good thing for her at all..that’s when we invited her to come with us. I need to add that she’s also 20 and well traveled.She’s been to Italy, England, Spain and Mexico(her Dad’s job allows family to go with him at times)in college, she gets pretty good grades and recently got a promotion at her job, so she is doing better with us. I look at this as a “port in the storm” for her. Whether my son and her eventually marry is up to them, although I think they will someday. I’m really not looking for praise for this and realize there could be drawbacks that haven’t surfaced, yet,but all that aside…at least she is getting an education and has a roof over her head. I am just sorry that the racism has to be such a dividing factor.It never was with me and my late husband and it’s a hard thing for me to understand: thanks so much for the your wisdom and suggestions so far..

Answer:

Answer by lpoirier54751
Ease into the conversation and let her know that you’re there for her to talk to if she ever needs it. Try to help her find a way to get her family to accept your son. I wish you the best of luck.

Tagged with:
 

Question: I need some help with my java code?
I need a little help with this, I need to declare two variables first and second, but it needs to ask the user for the input and get those values from the user.

import java.util.Scanner;
import java.util.Random;

public class Worksheet_5
{ public static void main(String [] args)
{ Scanner Fred = new Scanner(System.in);

String Name;
System.out.println(“Today we practice writing methods “);
System.out.println(“Here is the first method: \n”);
// Lyrics();
System.out.println(“Here it is again\n”);
// Lyrics();
// System.out.println(“2 to the fourth power is:” + FourPower(2));
// System.out.println(“6 to the fourth power is:” + FourPower(6));
Random100();
RandomInRange(50, 95);
System.out.println(“RandomInRange is: ” + RandomInRange(50, 95));
System.out.println(“Random is: ” + Random100());
System.out.println(“\n\n\n”);

}
public static void Lyrics()
{ System.out.println(“Row, row, row your boat”);
System.out.println(“Gently down the stream”);
System.out.println(“Merilly, merrily, merrily”);
System.out.println(“Life is but a dream.\n\n”);
}
public static int FourPower(int Number)
{ int Ans=Number*Number*Number*Number;
return Ans;
} // end FourPower()

public static int Random100()
{
Random generator = new Random();
int num1 = generator.nextInt(100) + 1 ;
return (num1);
}

public static int RandomInRange(int first, int second)
{
Random generator = new Random();
System.out.println(“Please enter First: “);

int num2 = generator.nextInt(second-first + 1) + first;
return (num2);
}
}

Answer:

Answer by cosimo
Use:

int val1 = Fred.nextInt();

Same for val2.

Tagged with:
 

Question: I need to know where “K” and “L” Buoys are in the Western basis of Lake Erie?
Friend of mine went out on charter boat from Wild Winds Marina near power plant at Lake Erie. He claims it was only a 10minute ride and they fished for walleye outside of Kelly’s Island. He said that the captain told him they were fishing around “K” and”L” Buoys. I know that there is no way it was only a 10 minute ride on water from around the power plant to kelly’s Island. My friend said he could see the Roller Coasters at Cedar Point from the boat. I tried looking up Buoy markers on the internet for lake Erie and can’t find any map to locate these buoys. Does anyone know the exact location of “K” and “L” Buoys at Lake Erie? I want to take a trip out on a “Walk on Party Boat” . If my friend is wrong about where he was fishing then I may be going to the wrong marina to catch a boat and get a really long boat ride.

Thank You

Answer:

Answer by butch
http://www.lake-erie-fishing.com/latlon.html

does camp perry range mean anythng to you?

Tagged with: