program DepreciationProgram; uses crt; label Return; var method,years,years2,life,sumofyears:integer; originalValue,depreciation,de...
Read More
Write a program in Pascal language that allows the user to enter a student’s name and mark obtained
Write a program in Pascal language that allows the user to enter a student’s name and mark obtained in a Maths examination. The program sh...
Read More
while do loop in pascal programming .
A while statement is utilized to execute a statement as long as a specific condition holds A while-do circle statement in Pascal p...
Read More
A program to check the health of a number of persons has to be written.
A program to check the health of a number of persons has to be written. Each person is asked to enter his/her body temperature (T) and one...
Read More
pascal programming repeat
program hello; var i:integer; var sum, number:integer; a: integer; begin writeln('############# multiple of 5...
Read More
how to code nepa bill using pascal programming language,it is fun when you see all the steps involved in this
Hello! friends today we will learn how to generate a bill for power holding corporation of Nigeria(PHCN), using Pascal programming language...
Read More
Subscribe to:
Posts
(
Atom
)
Powered by Blogger.
Labels
About Me
Depreciation Program using pascal .
program DepreciationProgram; uses crt; label Return; var method,years,years2,life,sumofyears:integer; originalValue,depreciation,de...