You are on page 1of 2

I missin yuh baby

Today is cloudy
The sky is grey
Somewhere in the world there is a farm full of hay
Clouds in the sky
Make me wonder why
Why even try?
Found a pebble in my shoe
Instantly thought of you
Staring at the moon
Hope to see you soon – Hailey Jeffers addition
Missing you baby
Always going crazy
Maybe one day, maybe…

Begin
highscore:=0;
writeln('Enter "end" if all data has been entered: ');
Repeat
begin
writeln('Enter company name:');
writeln('Enter team name:');
readln ( CoName );
readln(Tname);
writeln('Enter Presentation score:');
writeln('Enter Preparation score:');
writeln('Enter Palatability score:');
readln(pres,pal,prep);
T:=(pres+pal+prep);
writeln(Tname,' Total is ',T);
if(T>=250) then
writeln(CoName,Tname,' is an allstar team!');
numallsteam:= (numallsteam +1);
{end if}
if(T>highscore)then;
highscore:=(T);
W:=(Tname);
until;
CoName:= ( end)
Writeln('Enter Company name:');
{end repeat}
writeln('The number of allstar teams is ',numallsteam);

writeln('The winner is ',W);


End.

You might also like