Recent content by TacticalMaestro

  1. T

    Pascal Help ? 6 errors that I do not know how to fix

    So i followed through and continued to attempt to run the program and eventually after trying to follow and fix every error , I think it started running but i don't understand because its been more than 5 hours now that it has said that the PASCAL file is now running but i can not type anything...
  2. T

    Pascal Help ? 6 errors that I do not know how to fix

    http://pastebin.com/ERQEbRcZ Ok. Here is the pastebin link.
  3. T

    Pascal Help ? 6 errors that I do not know how to fix

    I'm down to 2 errors now and I am pleased but I just really need it to run. This is the error - Fatal:Syntax Error, ";" expected but "identifier Writeln found - Source of error- Writeln ( 'Enter applicants who applied for a type of credit card'); Is there some sort of documentation about what...
  4. T

    Pascal Help ? 6 errors that I do not know how to fix

    Thank you everyone. I will give you all an update when i incorporate all of these corrections. By the way, I am using Free IDE Pascal .
  5. T

    Pascal Help ? 6 errors that I do not know how to fix

    Program TypeofCreditCard; Var AppliName: array[1..99] of String; SSnum: array[1..99] of Integer; GSal: array[1..99] of Integer; TSalD: array[1..99] of Integer; Name, CC : String; Rep,Exp, GS,NS,Sum,TSD , YS,SSN,i,C_Amt,PofIncome : integer ; Begin Writeln ( 'Enter applicants...