answersLogoWhite

0


Best Answer

Turbo Pascal is a style of computer programming. This type of writing language can be used to create a program that prints the alphabet backwards.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Do a program with turbo pascal to print the alphabet backward?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do I need a C plus plus program to print PASCAL's triangle?

No.


Write a program to print whether the letter is vowel or not in BASIC?

vowels$ = "aeiou" CLS PRINT "PROGRAM: Find if letter is a vowel or not" PRINT INPUT "Type a single alphabet letter: (a-z)/and, then, press Enter key"; aLetter$ PRINT PRINT "Letter "; aLetter$; IF INSTR(vowels$, LCASE$(aLetter$)) THEN PRINT " is a vowel." ELSE PRINT " is NOT a vowel." END


How do you write a program using the gotoxy statement and print function to display letters of the alphabet on the computer screen?

There is no gotoxy statement in C.


Did people write the English alphabet in cursive or print first?

print


Write a program using a loop to output all the letters of the alphabet in uppercase?

Here's the code for your program: # Loop through the uppercase alphabet letters for letter in range(ord('A'), ord('Z') + 1): print(chr(letter)) BTW you can use this code in Python and try it out for yourself.


Write a pascal program that compute an area of a triangle?

{A program to compute the area of a triangle} {by Ogboin W. Meshach} Var; b,h:real; BEGIN Writeln('Triangle'); Write('Base: '); Readln(base); Write('Height: '); Readln(height); area:=0.5*base*height; Writeln('Area: ', area :0:2); End.


Did cavemen know print or cursive?

No, they had not yet formed an alphabet.


Pascal program determine the age of 2 friends?

the age of 2 friends determine if the age greater than 18 if not write the output statment you can vote if younger than 18 print you should be in school


Write a unix program to print print a pattern?

echo 'print a pattern'


What is the 24th letter of the Russian alphabet?

ts is the answer and in Russian it is ц in print .


What kind of alphabet do they use in israel?

Israel uses the Hebrew alphabet to write and print Hebrew, the Arabic alphabet to write and print Arabic, and the Latin alphabet to write and print English. That covers the two official languages of the country, and the most widely spoken non-official one. Signs on all major highways, and street signs in most parts of the larger cities, are printed in all three of those languages.


Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?