Jump to content

rei

Forsaken Supreme Counselor
  • Posts

    497
  • Joined

  • Last visited

Everything posted by rei

  1. rei

    WATCH THIS =]

    whoever posted this must be searching for hentai,totally pervertic ...
  2. hello peeps i have got a project on shortage of rice which was a month back ago my question is during the 2010 youth olympic which is held in my country, singapore. how do we feed the athletes and visitors comnig to singapore for the games,while makng sure theres enough or ourselves? i hav come up with a suggestion or 2 on my own we can increase the price of food that contains rice as part of the ingredient pros: the demand for rice-ingredient food would be lower cons: due to complains of rie-ingredient food price hike, futures events might not be hosted in singapore usage of potato or noodles to cover the rice portion pros: this way we wont have problem with the shortage of rice cons: visitors or athletes might not want potato or noodles,instead they might want rice E.G they want to eat "lasi lemak" (rice +side ingredent like chicken wing,otah,etc) hope u guys can post some ideas as to how to solve the problems during the 2010 youth olympic which is held in my country, singapore. how do wef eed the athletes and visitors comnig to singapore for the games,while makng sure theres enough or ourselves?
  3. happy birthday =p
  4. Whenever I'm playing RO, I would most likely be AFKing due to school work If I was a RO monster, I would be a Marin,yum looks like grapes. If my BF/GF is a RO monster, he/she would be a poporing,wootz green grape and purple grape : >. If I have a million bucks I will save it up. If clouds aren't white, it should be grey!!!. I cant survive a day w/o a soul. The Dumbest Super hero is batman coz he waste of money creating gadgets,he shud give me his money instead. (Give as many answers as you want in this one): If [GM]Nostalgia is an animal, He/she would be a Tigeress,just kidding rofl,hmmm,a.................. i duno maybe a lion,she rawrs~:D
  5. ZOMG watashiwa rei des
  6. shield,armor scrolls give me a price per piece
  7. rei

    java help plox

    import javax.swing.JOptionPane; public class TempConversion{ public static void main (String args [] ) { String inputString, outputMessage, welcomeMessage; Double input,temperature,temp ; welcomeMessage = "Welcome to the temperature conversion program."; inputString = JOptionPane.showInputDialog(welcomeMessage + "\n" + "\n" + "\n" + "Enter the temperature in Fahrenheight degrees to the nearest degree."); input =Double.parseDouble( inputString ); temp = (input - 32) * 5/9; outputMessage = "The Fahrenheit temperature of " + input + "equals a Celsius temperature of" + temp; JOptionPane.showMessageDialog( null, outputMessage ) ; System.exit(0); }//main }//class
  8. rei

    java help plox

    ok i got Double temp temp = (input - 32.0) * 5/9; i want its answer to show for example i keyed input=64 the answer is 17.77777778 how do i do the java to make it show the answer rounds off to become example 17.8?? :wacko: import javax.swing.JOptionPane; public class TempConversion{ public static void main (String args [] ) { String inputString, outputMessage, welcomeMessage; Double input,temperature,temp ; welcomeMessage = "Welcome to the temperature conversion program."; inputString = JOptionPane.showInputDialog(welcomeMessage + "\n" + "\n" + "\n" + "Enter the temperature in Fahrenheight degrees to the nearest degree."); input =Double.parseDouble( inputString ); temp = (input - 32) * 5/9; outputMessage = "The Fahrenheit temperature of " + input + "equals a Celsius temperature of" + temp; JOptionPane.showMessageDialog( null, outputMessage ) ; System.exit(0); }//main }//class
  9. rei

    need help with java :X

    temperature = (input - 32) * 5/9; TempConversion.java:14: incompatible types found : int required: java.lang.String temperature = (input - 32) * 5/9; i duno wad kind of error this is o.O
  10. rei

    need help with java :X

    errors for above post TempConversion.java:11: incompatible types found : int required: java.lang.String input = Integer.parseInt ( fahrenheight ); ^ TempConversion.java:13: operator - cannot be applied to java.lang.String,int temperature = (input -32) * 5/9; ^ TempConversion.java:13: incompatible types found : int required: java.lang.String temperature = (input -32) * 5/9; ^
  11. rei

    need help with java :X

    new problem!! D: import javax.swing.JOptionPane; public class TempConversion{ public static void main (String args [] ) { String input, fahrenheight, welcomeMessage, temperature, outputMessage; welcomeMessage = "Welcome to the temperature conversion program."; fahrenheight = JOptionPane.showInputDialog( welcomeMessage + "Enter the temperature in Fahrenheight degrees to the nearest degree. "); input = Integer.parseInt ( fahrenheight ); temperature = (input - 32) * 5/9; outputMessage = "The Fahrenheit temperature of" + input + "equals a Celsius temperature of + temperature"; JOptionPane.showMessageDialog( null, outputMessage ) ; System.exit(0); }//main }//class i cant find ou what went wrong argh :X its suppose to show a popup saying Welcome to the temperature conversion program. Enter the temperature in Fahrenheight degrees to the nearest degree. (a box for u to type ur input on degrees) when u typed it out E.G 64 fahrenheight degrees another pop up shows The Fahrenheit temperature of 64 equals a Celsius temperature of 17.8
  12. the video is like... no comments
  13. rei

    need help with java :X

    do u mind pasting out the whole code coz i am still new in java :X
  14. hello i need help in java programming :X the quesiton i am doing require the answer to show Example 1 Enter one of five integers to average:5 Enter one of five integers to average:5 Enter one of five integers to average:5 Enter one of five integers to average:5 Enter one of five integers to average:5 The average of the five integers is 5 (notice the spacing between each line) but when i do my java it shows Example 2 Enter one of five integers to average:5 Enter one of five integers to average:5 Enter one of five integers to average:5 Enter one of five integers to average:5 Enter one of five integers to average:5 The average of the five integers is 5 here is my java codes import java.util.Scanner; public class AverageOf5Nos { public static void main (String arg[]) { int first, second, third, fourth, fifth, average; Scanner entry = new Scanner ( System.in ); System.out.print("Enter one of five integers to average:" ); first = entry.nextInt() ; System.out.print("Enter one of five integers to average:" ); second = entry.nextInt() ; System.out.print("Enter one of five integers to average:" ); third = entry.nextInt() ; System.out.print("Enter one of five integers to average:" ); fourth = entry.nextInt() ; System.out.print("Enter one of five integers to average:"); fifth = entry.nextInt() ; average =( first + second + third + fourth + fifth ) /5; System.out.print("The average of the five integers is " + average); }//main() }//class how do i make the spacing between each " Enter one of fice integers to average" like in example 1
  15. rei

    some questions :>

    Recall a time when someone critised you negatively.How did the remarks make you feel? How could the person put it in a better, more positive manner. answer it truefully :X :blush:
  16. that owns :X
  17. FCP pots 100 pots i will give u 2 coupon 1000 pots:20 coup
  18. rei

    Name Making

    Reborn gg
  19. rei

    yup got facebook now but am inactive due to sch,first day in sch and i started learning java-.-

  20. rei

    A new Experience

    i mean peco movement speed +champ and sinx dmg wouldnt it be gay to do 20k+ and riding peco lol
  21. rei

    ifrit card

    Buying ifrit card 2 pieces pm Rei cross or Sawada Tsunayoshi thanks
  22. rei

    A new Experience

    i dun think its a wise idea for everyone to be able to ride pecos,imagine the atk power of champs and sinxes on a peco wouldnt that be a disadvantage to the others?:>
  23. rei

    hi

    hi guys, i will be starting sch next week so i dun think i will be online in fro so often whether u like it or not,i promise i will be active again when my holiday comes:> just hope my project dun stack,i am studying diploma for multimedia and infocomm technology :> hope to see u guys real soon,take care my best frens,frens and enemy p.s hope to see u soon goldie :> :rolleyes:
  24. rei

    light pink ftw:>

    mu-ahahahahaha :>
  25. rei

    light pink ftw:>

    first light pink wings i suppose rawr :D
×
×
  • Create New...