float t=2.0;
float g=9.81;
float s=0.0;
long t2;
long n;
float e0=-13.6;
float e;
long A,B,r,n2;
long rand1;
long rand2;
long sum,product,divi,sub;
long V,I,R;
long C,H,O,Molwt;
long a,b;
float circ;
long rad;
float pi=3.141;
float spd=10.2;
float th=1.5;
float iq;
char c;
long select;
void setup() {
// put your setup code here, to run once:
pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
// put your main code here, to run repeatedly:
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
for(long i=0;i<random(500000);i++){
char c[13]="Om sri sairam";
char d[20]="Om namo venkateshaya";
char e[86]="Om bhur buvah suvaha tat savitur varenyam bhargo devasya deemahi diyoyonah prachodayat";wwwwwwwwww
}
// wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
for(long i=0;i<random(1000);i++){
//Maths
rand1=random(500);
rand2=random(500);
product=rand1*rand2;
sum=rand1+rand2;
divi=rand1/rand2;
sub=rand1-rand2;
//play
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
//Physics
t2=random(500);
s=0.5*g*t2*t2;
n=random(100);
e=e0/n/n;
//play
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
}
if(select==3){
//Economics
B=random(1000);
r=random(20);
n2=random(10);
A=A0*pow((1+r/100.0),n2);
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
//Electrical
I=random(100);
R=random(10000);
V=I*I*R;
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
//Biochemical
C=random(20);
H=random(100);
O=random(20);
Molwt=12*C+H+16*O;
//delay(60000);
//Guessing game
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
a=random(10);
b=random(10);
while( a!=b)
b=random(10);
rad=random(1000);
circ=2*pi*rad;
iq=spd*pow(th,12);
// wait for a second
}
}
Comments