Forums

° Ctrl + V ° T2

Quick find code: 55-56-267-58583381

6thyux

6thyux

Posts: 1,737 Mithril Posts by user Forum Profile RuneMetrics Profile
`````````````````````___
`````````````````<``_``\``\
`````````````````````\``|```|
`````````````````````|``|```|
````````````````````/```|```|
``````````````````<````|```|
`````````````````````|``|```|
`````````````````<`````|```|
````````````````````|```|```|
````````````````````|```|```|
````````````````````|```|```|
```````````````````/````|```|
`````````````___/_`_|``_|___
`````````__/````````````````````\__
`````````U______________U
`````````````````````|```|
`````````````````````|```|
`````````````````````\```/
`````````````````````\``/
`````````````````````/```\
`````````````````````\__/
Oh yes, the d long I drew :P

25-Aug-2011 01:09:20

Fosters
Jan Member 2007

Fosters

Posts: 1,499 Mithril Posts by user Forum Profile RuneMetrics Profile
private static void do8() // Converts total seconds to hours, minutes and seconds
{
System.out.println("Excercise 1: Time Conversion (2)&quot ;) ;
System.out.println("How many seconds?&quot ;) ;
int seconds = scan.nextInt(******** remainingSeconds = seconds;
int hours = 0;
int minutes = 0;
while (remainingSeconds >= 3600)
{
hours++;
remainingSeconds -= 3600;
}
while (remainingSeconds >= 60)
{
minutes++;
remainingSeconds -=60;
}
System.out.println(seconds + " seconds equals " + hours + " hours, " + minutes + " minutes, and " + remainingSeconds + " seconds." );
NextExcercise();
*

25-Aug-2011 01:48:08

Wulv

Wulv

Posts: 916 Gold Posts by user Forum Profile RuneMetrics Profile
Êþº¾ 1 ¡ÿÿÿ~ T U V m u v ž w y „ … † ‘ ’ “ < ? C E G H
6
7
A
B
O
P
4
=
>
K
L
Q
R
S

8

9

@

F

I

J

M
4
5
D
4
:
N
; l Y l i z w { w | c | f ~ b  ` € p Z ‚ W ‚ p ƒ Y ‡ x ˆ p ‰ p Š Z q ” ^ • p – w — d — g ˜ [ ˜ h ™ j š X œ y w Ÿ ] Ÿ f Y

Comment: ()I ()Ljava/lang/String; ()V ()[B (I)I (I)Ljava/lang/String; (II)V (Lcom/jcraft/jogg/Buffer ;) I (Lcom/jcraft/jogg/Packet ;) I *(Ljava/lang/Object;ILjava/lang/Object;II)V &(Ljava/lang/String ;) Ljava/lang/String; -(Ljava/lang/String ;) Ljava/lang/StringBuilder; (Ljava/lang/String ;) V '(Ljava/lang/String;I)Ljava/lang/String; '(Ljava/lang/String;Ljava/lang/String ;) V ([B)V ([BI)I ([BI)V ([BII)V ([B[BI)Z <clinit> <init> = Code
ConstantValue I J LineNumberTable OV_EIMPL
SourceFile Vendor: Xiphophorus libVorbis I 20000508 [B [I [[B _vendor _vorbis add add_tag append arraycopy b_o_s buffer bytes clear ***/jcraft/jogg/Buffer ***/jcraft/jogg/Packet ***/jcraft/jorbis/Comment comment_lengths comments e_o_s getBytes
getComment getVendor
granulepos
header_out init java/lang/Object java/lang/String java/lang/StringBuilder java/lang/System pack packet packet_base query read
tagcompare toString unpack
user_comments vendor vorbis write writeinit !

{ w
z w s p o œ y ‡ x ˆ p w l Y n *· -± r ! Y n 7 *À
µ *µ *µ ± r . /
0 1 | c n % *+¶ /· '± r
4 5 | f n Ô „*´ `½ M*´ Æ *´ ,*´ ¸ 3*,µ *´ `¼
N*´ Æ *´ -*´ ¸ 3*-µ +¾`¼:++¾¸ 3*´ *´ S*´ *´ +¾O*Y´ `µ *´ *´ S± r > 8
9 : < $ > - ? 4 @ B B G D O E Y F d G o H y I ƒ J } e n G #,Ç M*» Y· 0+¶ 1¶

25-Aug-2011 20:51:50

Quick find code: 55-56-267-58583381 Back to Top