|
Live2Win, Jun 05 2008
Can someone translate this for me? I'm looking for a password and I think it's suppose to be somewhere in here... but I can't read Japanese 
![[image loading]](http://img166.imageshack.us/img166/2379/022wr6.jpg)
    
Live2Win, Mar 26 2008
<div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450px;"><embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.greatprofilemusic.com/mc/mp3player-othersite.swf?config=http://www.greatprofilemusic.com/mc/config/config_black.xml&mywidth=435&myheight=270&playlist_url=http://www.greatprofilemusic.com/loadplaylist.php?playlist=3581114" menu="false" quality="high" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/><BR><a href=http://www.greatprofilemusic.com><img src=http://www.greatprofilemusic.com/mc/images/create_black.jpg border=0></a><a href=http://www.greatprofilemusic.com/standalone/3581114 target=_blank><img src=http://www.greatprofilemusic.com/mc/images/launch_black.jpg border=0></a><a href=http://www.greatprofilemusic.com/download/3581114><img src=http://www.greatprofilemusic.com/mc/images/get_black.jpg border=0></a> </div>
    
Live2Win, Feb 02 2008
    
Live2Win, Feb 02 2008
After the following expressions are evaluated, what are the values of a, b, c, and d? Note that the expressions are all in one program and each expression might affect the next.
double a = 5, b = 2, c = 6, d; ------------------------------ a *= b; ------------------------------ c = a % 3 + c / b; ------------------------------ c = b– –; ------------------------------ a = _____ b = _____ c = _____ d = _____
----------------------------------------------------------- I don't get what a *= means. I thought you needed a value to multiply a with?
And since I don't get the first one I can't get b, and since I can't get b I can't any of them -.-;;
Also,
Declare a variable alpha of type char and assign it an initial value of the lowercase letter g.
I think that means get alpha and set it to "g". But I don't think my code is right (it doesn't work when it's compiled either).
+ Show Spoiler [Please don't laugh] + public static void main(String args[]) { char alpha; alpha = “g”; }
    
|