Pascal
Pascal is an influential imperative and procedural programming language, intended to encourage good programming practices using so called structured programming and data structuring.
Application
Any
Platform
Any
License
Any
: Hello to all and merry christmas!
:
: i want to create a program so when i will write help in a readln();
: i am gonna get a writeln(); which is gonna give me information about
: the program...
Hello to all and merry christmas!
i want to create a program so when i will write help in a readln(); i am gonna get a writeln(); which is gonna give me information about the program ... so i want...
1 then gotoxy(pred(wherex),wherey)
else gotoxy(80,wherey);
77:{right arrow}if wherex1 then gotoxy(wherex,pred(wherey))
else...
I know that gotoxy do this.
my problem is 2 things.
1-I don't know how can read arrows key without enter.
2-in every enter cruiser going the line under character (in another row)and cruiser lost...
: hi, anyone could help me, i need a program to my exam, its about
: converting from lower case to upercase, pls help me
:
: thanks
:
Function UpCase (ch : char) : char ;
takes any char...
: Yeah, you right, typed in hurry, should have formatted for easier
: understanding... I was trying to sketch a frame for your program to
: aid you seeing what to do coding your homework. If we...
hi, anyone could help me, i need a program to my exam, its about converting from lower case to upercase, pls help me
thanks
: hi to all.
: i need a pascal program.
: when i press arrows key on keyboard,cruiser go to left,right,up,down
: and writing a number between 1 and 4.1 for any right steps,2 up,3
: left and 4...
hi to all.
i need a pascal program.
when i press arrows key on keyboard,cruiser go to left,right,up,down and writing a number between 1 and 4.1 for any right steps,2 up,3 left and 4 down.
like...
: hi everyone.
: i am new in these skills and need some help with this program.
: this program that i post was 2 problems.
: first is the fact that i can make it graphical and second was
:...
Yeah, you right, typed in hurry, should have formatted for easier understanding... I was trying to sketch a frame for your program to aid you seeing what to do coding your homework. If we going to...
: Can anyone write me the full code of my program please
:
I think they are trying to say; do your own homework first, then when you have a specific problem, ask with code examples.
If you...
: All of them didn't work
:
: please help me before christmas because I have to give it in 10 days
:
They all working for me... what compiler are you using ? Describe what's happening
: : hi can anyone help me with this programming?
: : Write a program that will read a name, character by
: : character, form the input file and write it to the output file. if a
: : name is more...
All of them didn't work
please help me before christmas because I have to give it in 10 days
30g then { 50g then {letterweight>=30
: and letterweight100g thne { =50 and letterweight=100
: then}
: {writeln(73+24*((letterweight-100) div 50),'
: cents');}
: readln;
:
: End.
:...
: Write a program to compute an employee's weekly pay and produce a
: pay slip showing gross pay, deductions, and net pay. Input to the
: program should consist of:
: a) the hourly rate of pay...
30g then { 50g then {letterweight>=30 and letterweight100g thne { =50 and letterweight=100 then}
{writeln(73+24*((letterweight-100) div 50),' cents');}
readln;
End.
Write a program to compute an employee's weekly pay and produce a pay slip showing gross pay, deductions, and net pay. Input to the program should consist of:
a) the hourly rate of pay
b) the...
: : : Assume that the cost of mailing a first class letter is 38cents for
: : : letters up to 30 g, 55cents for letters over 30 g and up to 50
: : : g,73cents for letters over 50 g and up to 100g...