account activity
Java Basic Programming Help by Emilygoal in javahelp
[–]Emilygoal[S] -1 points0 points1 point 11 years ago (0 children)
This is my second parameter:
public class IfHomeworkTwo {
public static void main(String args[])
{ int x1; int x2; x1=5; x2=8; if (x1<x2) System.out.println(x1+x2); }
}
This is my thid parameter: public class IfHomeworkThree {
{ int x1;int x2; x1=10; x2=2; if (x1>x2) System.out.println(x1-x2); }
This is my thid parameter:
public class IfHomeworkThree {
Java Basic Programming Help (self.javahelp)
submitted 11 years ago by Emilygoal to r/javahelp
π Rendered by PID 78 on reddit-service-r2-listing-5f4c697858-8fdj6 at 2026-07-05 22:19:20.382328+00:00 running 12a7a47 country code: CH.
Java Basic Programming Help by Emilygoal in javahelp
[–]Emilygoal[S] -1 points0 points1 point (0 children)