[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math

Search:


View post   

>> No.14629337 [DELETED]  [View]
File: 4 KB, 640x400, computer safety.png [View same] [iqdb] [saucenao] [google]
14629337

Where is CAPSTONE?
Is it safe? Is it alright?

>> No.12257873 [View]
File: 4 KB, 640x400, 1587563057889.png [View same] [iqdb] [saucenao] [google]
12257873

What I know is every now and then I wake up middle of the night with the little fucker closed and having a g. floyd moment which is only interrupted by punches to the chest. a fucking nightmare. GERD, I think.

>> No.5164368 [View]
File: 4 KB, 640x400, 1334114548661.png [View same] [iqdb] [saucenao] [google]
5164368

>>5164334
No worries. /b/ delivered. Thanks for the luck

>> No.3560525 [View]
File: 4 KB, 640x400, GTFO.png [View same] [iqdb] [saucenao] [google]
3560525

>>3560477
>Still thinks he can cover world's power consumption with fucking solar panells and wind turbines

>> No.3304203 [View]
File: 4 KB, 640x400, GTFO.png [View same] [iqdb] [saucenao] [google]
3304203

fuck you guys
turning thread about future weapons into argument about fucking sage like bunch of kids from /b/

>> No.2530938 [View]
File: 4 KB, 640x400, 1296697752220.png [View same] [iqdb] [saucenao] [google]
2530938

Does anyone know how to do this?
Factor Completely
x^4- 3x^2- 4

>> No.1997374 [DELETED]  [View]
File: 4 KB, 640x400, win95.png [View same] [iqdb] [saucenao] [google]
1997374

Okay so I am having trouble with this Java program. So the program is suppose to get "yes" or "no" from user and print "okay" if it is yes and "terminating" if it is no, and "bad input" if it is neither. here is what i have so far


public class YesNoChecker
{
private String Answer;


public YesNoChecker (String word)
{
Answer = word;
}


public boolean isYes()
{

if ((Answer=="Y")||(Answer=="Yes")||(Answer=="Why not?")||(Answer=="Sure")||(Answer=="OK"))
{
return true;
}
else
{
return false;
}
}

public boolean isNo()
{
if ((Answer=="N")||(Answer=="NO"))
{
return true;
}
else
{
return false;
}

}
}

Navigation
View posts[+24][+48][+96]