Discuss Scratch

mooncat39
Scratcher
12 posts

Cloud Image editor Codes

Hello. This is mooncat39. Here is where you put codes for my cloud image editor found here.
I did not know where else to put this topic, but here it is.

public static void main(String args) {
 if(args.equals(“I”) && args.equals(“love”) && args.equals(“java”)) {
  System.out.println(“java's amazing!”);
 } else {
  System.out.println(Math.random() < 0.5);
 }
}
davidkt
Scratcher
1000+ posts

Cloud Image editor Codes

Show and Tell

Remember when I looked like this? I still do.


Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
mooncat39
Scratcher
12 posts

Cloud Image editor Codes

davidkt wrote:

Show and Tell
ok thanks

public static void main(String args) {
 if(args.equals(“I”) && args.equals(“love”) && args.equals(“java”)) {
  System.out.println(“java's amazing!”);
 } else {
  System.out.println(Math.random() < 0.5);
 }
}

Powered by DjangoBB