Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

1.

2.

3.

4.

5.

7.

Begin

Begin

Begin

Begin

Begin

Begin

Read (p,l,t)

Read (a,b)

Read (c)

Read (h)

Read (a,b,c)

Read (deg)

v = p*l*t

s = sqrt((a*a)+(b*b))

F = (c*9/5) + 32

d = h*10/100;
b = h-d;

x = (a+b+c)/3

Print (v)

Print (s)

Print (F)

End

End

End

6.

rad = (deg*22/7)/180

Print (x)

Print (rad)

End

End

Print (b)

End
8.

9.

10.

Begin

Begin

Begin

Begin

Read (x)

Read (r,a)

Read (a,b,c)

b = 30 ; v = 10 ; t = 2 ;

hari = x/86400;
a = x%86400;
jam = a/3600;
b = a%3600;
menit = b/60;
detik = b%60;

b = (a*22/7)/180;
x = r*sin (b) ;
y = r*cos (b) ;

x1 = (-b-sqrt(b*b-4*a*c))/(2*a);
x2= (-b+sqrt(b*b-4*a*c))/(2*a);

Print (x,y)

Print(x1,x2)

End

End

a
x
Vy
hmax
xmax

= (b*22/7)/180;
= v*t*cos(a);
= (v*sin(a))-(9,8*t);
=(v*v)*(sin(a)) *(sin(a))/(2*9,8);
= (v*v)*(sin(a)) *(sin(a))/(9,8);

Print(x,Vy,hmax,xmax)

Read (hari, jam,menit,detik)

End

Kesa Camelya
081211732008

End

You might also like