Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I bet you /prog/ram in Java

Name: INFORMATION NIGGER 2011-06-20 9:47

(8:30:27 AM) Anon: /x/ 4 lyfe brah
(8:30:33 AM) Anon: /x/ >>>>> /prog/
(8:30:49 AM) Anon: then again
(8:31:00 AM) Anon: i can't think of much that is worse than /porg/

SHITHEAT! YOU WANT TO PASSwrd?!?!? I showed U HOW TO programmmmmmm etiheis NIGGER and I CANT EVEN TBET HOW YU TO CONTINUE A PASSWRD!!!

I AM THE MOST FUCKING NGGER MATURE! GIVE ME BACK THE PASSWRD!

welCOME TO THE PLACE WHERE BANNING GETS U ALL! ALL U GET BANNED~
SO MUCH you TO have passWRD! for MONThs on !end!!!!!!!!!!!!!
SO LONG TO HAVE it!!!!!!!!!!!!!

I BET U EVEN KILL /x? now!!! YU caN progRAMM theM a ngger passw0rp ANd cause i sHOWED you MONths AGO!!! HOW TO PROGRAM A NGGER PASSWRD!!!!!!!!!!!!!

BUT yu DONT EVEN LISTEN AND NOW I GIV YY THE BAN PASSWRD!

bitch? ENJOY trigger caustic enema full hate handlebar emergence neural network cock behavior wanton pseudointellectual whore crapshoot barbaric animal bestiality

Name: Anonymous 2013-04-17 22:28

Im trying to get this program to calculate rainfall but I screwed up the loop and Im not sure how to get it too work.
import java.util.Scanner;


public class RainDemo {
    public static void main(String[]args)
    {
        Scanner keyboard = new Scanner(System.in);
        double years;
        double use=1;
        double rainfall;
        double raintotal=0;
        double months;
        double RA; //RA Rain average
        double YT; //YT is year total
        double YC; //YC is short for year counter
        System.out.println("User 4/17/2013\n");
        System.out.print("Enter the number of years: ");
        years=keyboard.nextDouble();
        if (years<=0)
        {
            System.out.print("Invalid. Enter 1 or greater: ");
            years=keyboard.nextDouble();
           
        }
        raintotal=1;
        months=1;
        YC=1;
        YT=years*12;
       
        System.out.println("Enter the rainfall, in inches, for each month.");
        //System.out.print(""); Backup line
        for(YC=0;YC==years;YC++)
       
           
            for(months=1;months>=12;months++)
            {
                System.out.print("Year "+YC +" month " +months);
                rainfall=keyboard.nextDouble();
                if (raintotal>=0)
                {
                    System.out.print("Invalid. Enter 1 or greater: ");
                rainfall=keyboard.nextDouble();
                }
                raintotal=raintotal+rainfall;
            }
       
       
        System.out.println("Number of months: "+YT);
        RA=raintotal/YT;
        System.out.println("Total Rainfall: "+raintotal+" Inches.");
       
        System.out.println("Average monthly rainfall: "+RA+" Inches");
    }
}
ITs supposed to look like this http://puu.sh/2Ca2w

and not http://puu.sh/2Ca2Q

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List