Members Login
Username 
 
Password 
    Remember Me  
 

Topic: Is there any programmer on here

Page 1 of 1  sorted by
Wide (rest of width)
Narrow (200px)
MZJA Head of State
Status: Offline
Posts: 2571
Date:

Is there any programmer on here

Is it possible for you to transfer a simple modularity into Turbo Pascal 7 for me please. its for an Assessment in class and its due thursday.

PROCEDURE MAIN
Start
Declare count, monthly_salary as global real
Declare name as string
Count = 0
While count < 50 do   
CALL getempinfo
Monthly_salary =  comp(hrs_worked,hr_rate)
CALL Displayinfo
Count=count+1
End While
End

PROCEDURE getempinfo ( )
Enter
Declare Name as global string
Declare hrs_worked, hr_rate as global real
Read hrs_worked, hr_rate, Name
Return

FUNCTION comp(a,b)
Return a*b

Procedure displayinfo ( )
Print Name, Monthly_salary
Return

(please respond as soon as possible please). Than you very much!

__________________
___________________________________________________________________________
StateServices
Unlock Your Barriers to Communication : Unlock Your Mobile Phones (Email Your Request).
▀▄▀▄★♫ Admin ♫★▀▄▀▄
Status: Offline
Posts: 11336
Date:
Turbo pascal 7 the programme? You can get that online. If a di programme, link Wyzco

__________________
MZJA Head of State
Status: Offline
Posts: 2571
Date:
i have the program but i dont know how to write that program above in it

__________________
___________________________________________________________________________
StateServices
Unlock Your Barriers to Communication : Unlock Your Mobile Phones (Email Your Request).
▀▄▀▄★♫ Admin ♫★▀▄▀▄
Status: Offline
Posts: 11336
Date:
Caah help boss, I only know lil C and web and idk who knows Pascal? hmm maybe Brainz Designz cudda help.

Good luck...

__________________
Page 1 of 1  sorted by
Quick Reply

Please log in to post quick replies.