1 Attachment(s)
Help with Pascal Code as I want to get into programming class
Hello friends.
I cannot seem to get my code to run. Can someone who knows pascal please help to write this program code , I will greatly appreciate your assistance, the details are as follows.
*Im writing a code to enter the names of 4 People(Constituents) and then enter their number of vodes and after 4 candidates and 4 vote counts are entered it outputs the candidate with the highest number of votes.
I must develop a pascal algorithm/code to determine the winning candidate for a constituency in the national elections the algorithm must accept as input the names of 4 random candidates and the number of votes each candidate recieves and output the sucessful candidate .
IT SHOULD LOOK LIKE THIS.
https://ibb.co/koMtmc
Attachment 35211
Re: Help with Pascal Code as I want to get into programming class
Quote:
I cannot seem to get my code to run.
I used to write Pascal programs many, many years ago. If you post your current code, I'll have a look and try to advise. When posting code please use code tags so that the code is readable. Go Advanced, select the formatted code and click '#'.
Cheers!