import [Link].
Scanner;
public class Main
{
public static void main (String[]args)
{
/* [Link] ("quiz1");
[Link] ("write the following equation in java ");
//first equation
int x = 10;
int y =50
int a = x - y;
int b = 2;
int c = a / 2;
//second equation
int d = (b * b - 4 * a * c) / 2 * a;
//third equation;
int e = a * b - d;
[Link] ("quiz2");
int a = 10;
a++;
++a;
--a;
[Link] (a);
[Link] ("quize 3");
// question 1
int y = 7;
int x = ++y * 8;
[Link] (x);
// question 2
char a = 'c';
a++;
[Link] (a);
Scanner sc = new Scanner ([Link]);
int a = [Link] ();
if (a >= 18 && a <= 100)
{
[Link] ("thnks");
}
else
{
[Link] ("sorry you are not able join");
}
[Link] ("please enter your age");
Scanner st = new Scanner ([Link]);
int p = [Link] ();
if (p < 18)
{
[Link] ("your unable to use this ");
}
else if (p == 18)
{
System.
[Link] ("sorry this is is adult content try next year!!!");
}
else if (p < 18 && p >= 21)
{
[Link] ("your able to acceess some type content ");
}
else if (p >= 21 && p <= 100)
{
[Link] ("all access");
}
else
{
[Link] ("something went wrong please check your details");
}
}
}
*/