Questions tagged as 'pascal'

1
answer

Question for routine in Pascal [closed]

I need to write a routine that calculates a value and applies a percentage. Both the value and the percentage must be requested. Perform this calculation using a function, returning the final value with the percentage applied.     
asked by 27.10.2018 / 03:57
3
answers

how to show the array in matrix form and not the numbers arranged side by side? [closed]

I did but it did not work: program teste; uses crt; var iMat: array [1..3,1..3] of integer; iLin, iCol: integer; begin write ('Digite os números da matriz: '); for iLin:=1 to 3 do begin for iCol:=1 to 3...
asked by 08.08.2016 / 20:38
1
answer

Vehicle Rental System in pascal [closed]

I want the instructions on how to do a car rental, how should my code work? Can someone help me?     
asked by 01.05.2014 / 02:26